Html Css Color HEX #555BCA Free Speech Blue

📋 copy color: '#555BCA'

red 85 ◦ green 91 ◦ blue 202

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

Shades of Free Speech Blue #555BCA

Tints of Free Speech Blue #555BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 22.49%
G = 24.07%
B = 53.44%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#555BCA (or 0x555BCA) is known color: Free Speech Blue. HEX triplet: 55, 5B and CA. RGB value is (85,91,202). Sum of RGB (Red+Green+Blue) = 85+91+202=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #555BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCA is #AAA435. Grayscale: #656565. Windows color (decimal): -11183158 or 13261653. OLE color: 13261653.

HSL color Cylindrical-coordinate representation of color #555BCA: hue angle of 236.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555BCA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 91 202 -
CMYK 0.58 0.55 0 0.21
HSL 236.92º 0.52% 0.56% -
HSV(B) 236.92º 0.58% 0.79% -
XYZ 18.15 13.68 57.56 -
YUV 101.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 85 91 202 0.58 0.55 0 0.21 236.92 0.52 0.56
Hex 55 5B CA 3A 37 0 15 ED 34 38
Octal 125 133 312 72 67 0 25 355 64 70
Binary 1010101 1011011 11001010 111010 110111 0 10101 11101101 110100 111000

Color Harmonies of #555BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BCA

Black with #555BCA

Text Example


Text Example

White with #555BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,202); }

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

background-color css

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

 a { background-color: rgb(85,91,202); }

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

border-color css

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

 span { border-color: rgb(85,91,202); }

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