Html Css Color HEX #5557CB Free Speech Blue

📋 copy color: '#5557CB'

red 85 ◦ green 87 ◦ blue 203

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

Shades of Free Speech Blue #5557CB

Tints of Free Speech Blue #5557CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 22.67%
G = 23.2%
B = 54.13%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5557CB (or 0x5557CB) is known color: Free Speech Blue. HEX triplet: 55, 57 and CB. RGB value is (85,87,203). Sum of RGB (Red+Green+Blue) = 85+87+203=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5557CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557CB is #AAA834. Grayscale: #636363. Windows color (decimal): -11184181 or 13326165. OLE color: 13326165.

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

Color convert

RGB 85 87 203 -
CMYK 0.58 0.57 0 0.20
HSL 238.98º 0.53% 0.56% -
HSV(B) 238.98º 0.58% 0.8% -
XYZ 17.93 13.06 58.08 -
YUV 99.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 85 87 203 0.58 0.57 0 0.20 238.98 0.53 0.56
Hex 55 57 CB 3A 39 0 14 EF 35 38
Octal 125 127 313 72 71 0 24 357 65 70
Binary 1010101 1010111 11001011 111010 111001 0 10100 11101111 110101 111000

Color Harmonies of #5557CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557CB

Black with #5557CB

Text Example


Text Example

White with #5557CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5557CB; }

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

 H1.HeaderClassName
 {
   color: #5557CB;
 }
 .AnyTagClassName
 {
   color: #5557CB;
 }
</style>

background-color css

<style>
 a { background-color: #5557CB; }

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

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

border-color css

<style>
 span { border-color: #5557CB; }

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

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