Html Css Color HEX #555CCF Free Speech Blue

📋 copy color: '#555CCF'

red 85 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Blue #555CCF

Tints of Free Speech Blue #555CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 22.14%
G = 23.96%
B = 53.91%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#555CCF (or 0x555CCF) is known color: Free Speech Blue. HEX triplet: 55, 5C and CF. RGB value is (85,92,207). Sum of RGB (Red+Green+Blue) = 85+92+207=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #555CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCF is #AAA330. Grayscale: #666666. Windows color (decimal): -11182897 or 13589589. OLE color: 13589589.

HSL color Cylindrical-coordinate representation of color #555CCF: hue angle of 236.56º 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 #555CCF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 92 207 -
CMYK 0.59 0.56 0 0.19
HSL 236.56º 0.56% 0.57% -
HSV(B) 236.56º 0.59% 0.81% -
XYZ 18.84 14.09 60.76 -
YUV 103.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 85 92 207 0.59 0.56 0 0.19 236.56 0.56 0.57
Hex 55 5C CF 3B 38 0 13 ED 38 39
Octal 125 134 317 73 70 0 23 355 70 71
Binary 1010101 1011100 11001111 111011 111000 0 10011 11101101 111000 111001

Color Harmonies of #555CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CCF

Black with #555CCF

Text Example


Text Example

White with #555CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555CCF; }

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

 H1.HeaderClassName
 {
   color: #555CCF;
 }
 .AnyTagClassName
 {
   color: #555CCF;
 }
</style>

background-color css

<style>
 a { background-color: #555CCF; }

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

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

border-color css

<style>
 span { border-color: #555CCF; }

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

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