#5567cb

Color #5567CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5567CB

Tints of Free Speech Blue #5567CB

Color information

#5567CB (or 0x5567CB) is unknown color: approx Free Speech Blue. HEX triplet: 55, 67 and CB. RGB value is (85,103,203). Sum of RGB (Red+Green+Blue) = 85+103+203=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5567CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567CB is #AA9834. Grayscale: #6C6C6C. Windows color (decimal): -11180085 or 13330261. OLE color: 13330261.

HSL color Cylindrical-coordinate representation of color #5567CB: hue angle of 230.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5567CB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85103203-
CMYK0.580.4900.20
HSL230.85º53.15%56.47%-
HSV(B)230.85º58.13%79.61%-
XYZ19.3815.9458.56-
YUV109.02181.04110.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=21.74%
G=26.34%
B=51.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851032030.580.4900.20230.8553.1556.47
Hex5567CB3A31014e73538
Octal12514731372610243476570
Binary101010111001111100101111101011000101010011100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5567cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5567cb; }

 p { color: rgb(85,103,203); }

 H1.HeaderClassName
 {
   color: #5567cb;
 }
 .AnyTagClassName
 {
   color: #5567cb;
 }
</style>
background-color css

<style>
 a { background-color: #5567cb; }

 a { background-color: rgb(85,103,203); }

 div.DivClassName
 {
   background-color: #5567cb;
 }
 .BgClassName
 {
   background-color: #5567cb;
 }
</style>
border-color css

<style>
 span { border-color: #5567cb; }

 span { border-color: rgb(85,103,203); }

 td.TdClassName
 {
   border-color: #5567cb;
 }
 .TagClassName
 {
   border-color: #5567cb;
 }
</style>