Html Css Color HEX #5567CF Free Speech Blue

📋 copy color: '#5567CF'

red 85 ◦ green 103 ◦ blue 207

#5567CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5567CF

Tints of Free Speech Blue #5567CF

RGB

 RED value IS 85 (33.59% from 255) = 21.52%

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 21.52%
G = 26.08%
B = 52.41%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5567CF (or 0x5567CF) is known color: Free Speech Blue. HEX triplet: 55, 67 and CF. RGB value is (85,103,207). Sum of RGB (Red+Green+Blue) = 85+103+207=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #5567CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567CF is #AA9830. Grayscale: #6D6D6D. Windows color (decimal): -11180081 or 13592405. OLE color: 13592405.

HSL color Cylindrical-coordinate representation of color #5567CF: hue angle of 231.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5567CF is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 103 207 -
CMYK 0.59 0.50 0 0.19
HSL 231.15º 0.56% 0.57% -
HSV(B) 231.15º 0.59% 0.81% -
XYZ 19.86 16.14 61.1 -
YUV 109.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 85 103 207 0.59 0.50 0 0.19 231.15 0.56 0.57
Hex 55 67 CF 3B 32 0 13 E7 38 39
Octal 125 147 317 73 62 0 23 347 70 71
Binary 1010101 1100111 11001111 111011 110010 0 10011 11100111 111000 111001

Color Harmonies of #5567CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5567CF

Black with #5567CF

Text Example


Text Example

White with #5567CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5567CF;
 }
 .AnyTagClassName
 {
   color: #5567CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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