Html Css Color HEX #555CCB Free Speech Blue

📋 copy color: '#555CCB'

red 85 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Blue #555CCB

Tints of Free Speech Blue #555CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 22.37%
G = 24.21%
B = 53.42%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#555CCB (or 0x555CCB) is known color: Free Speech Blue. HEX triplet: 55, 5C and CB. RGB value is (85,92,203). Sum of RGB (Red+Green+Blue) = 85+92+203=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #555CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CCB is #AAA334. Grayscale: #666666. Windows color (decimal): -11182901 or 13327445. OLE color: 13327445.

HSL color Cylindrical-coordinate representation of color #555CCB: hue angle of 236.44º 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 #555CCB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 92 203 -
CMYK 0.58 0.55 0 0.20
HSL 236.44º 0.53% 0.56% -
HSV(B) 236.44º 0.58% 0.8% -
XYZ 18.35 13.9 58.22 -
YUV 102.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 85 92 203 0.58 0.55 0 0.20 236.44 0.53 0.56
Hex 55 5C CB 3A 37 0 14 EC 35 38
Octal 125 134 313 72 67 0 24 354 65 70
Binary 1010101 1011100 11001011 111010 110111 0 10100 11101100 110101 111000

Color Harmonies of #555CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CCB

Black with #555CCB

Text Example


Text Example

White with #555CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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