Html Css Color HEX #5558CB Free Speech Blue

📋 copy color: '#5558CB'

red 85 ◦ green 88 ◦ blue 203

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

Shades of Free Speech Blue #5558CB

Tints of Free Speech Blue #5558CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 22.61%
G = 23.4%
B = 53.99%

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

#5558CB (or 0x5558CB) is known color: Free Speech Blue. HEX triplet: 55, 58 and CB. RGB value is (85,88,203). Sum of RGB (Red+Green+Blue) = 85+88+203=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #5558CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558CB is #AAA734. Grayscale: #636363. Windows color (decimal): -11183925 or 13326421. OLE color: 13326421.

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

Color convert

RGB 85 88 203 -
CMYK 0.58 0.57 0 0.20
HSL 238.47º 0.53% 0.56% -
HSV(B) 238.47º 0.58% 0.8% -
XYZ 18.02 13.22 58.1 -
YUV 100.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 85 88 203 0.58 0.57 0 0.20 238.47 0.53 0.56
Hex 55 58 CB 3A 39 0 14 EE 35 38
Octal 125 130 313 72 71 0 24 356 65 70
Binary 1010101 1011000 11001011 111010 111001 0 10100 11101110 110101 111000

Color Harmonies of #5558CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5558CB

Black with #5558CB

Text Example


Text Example

White with #5558CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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