Html Css Color HEX #555CC2 Free Speech Blue

📋 copy color: '#555CC2'

red 85 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Blue #555CC2

Tints of Free Speech Blue #555CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.29%

R = 22.91%
G = 24.8%
B = 52.29%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#555CC2 (or 0x555CC2) is known color: Free Speech Blue. HEX triplet: 55, 5C and C2. RGB value is (85,92,194). Sum of RGB (Red+Green+Blue) = 85+92+194=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #555CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CC2 is #AAA33D. Grayscale: #656565. Windows color (decimal): -11182910 or 12737621. OLE color: 12737621.

HSL color Cylindrical-coordinate representation of color #555CC2: hue angle of 236.15º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555CC2 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 92 194 -
CMYK 0.56 0.53 0 0.24
HSL 236.15º 0.47% 0.55% -
HSV(B) 236.15º 0.56% 0.76% -
XYZ 17.31 13.48 52.73 -
YUV 101.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 85 92 194 0.56 0.53 0 0.24 236.15 0.47 0.55
Hex 55 5C C2 38 35 0 18 EC 2F 37
Octal 125 134 302 70 65 0 30 354 57 67
Binary 1010101 1011100 11000010 111000 110101 0 11000 11101100 101111 110111

Color Harmonies of #555CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CC2

Black with #555CC2

Text Example


Text Example

White with #555CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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