Html Css Color HEX #555BCE Free Speech Blue

📋 copy color: '#555BCE'

red 85 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #555BCE

Tints of Free Speech Blue #555BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 22.25%
G = 23.82%
B = 53.93%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#555BCE (or 0x555BCE) is known color: Free Speech Blue. HEX triplet: 55, 5B and CE. RGB value is (85,91,206). Sum of RGB (Red+Green+Blue) = 85+91+206=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #555BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCE is #AAA431. Grayscale: #656565. Windows color (decimal): -11183154 or 13523797. OLE color: 13523797.

HSL color Cylindrical-coordinate representation of color #555BCE: hue angle of 237.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555BCE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 91 206 -
CMYK 0.59 0.56 0 0.19
HSL 237.02º 0.55% 0.57% -
HSV(B) 237.02º 0.59% 0.81% -
XYZ 18.63 13.87 60.09 -
YUV 102.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 85 91 206 0.59 0.56 0 0.19 237.02 0.55 0.57
Hex 55 5B CE 3B 38 0 13 ED 37 39
Octal 125 133 316 73 70 0 23 355 67 71
Binary 1010101 1011011 11001110 111011 111000 0 10011 11101101 110111 111001

Color Harmonies of #555BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BCE

Black with #555BCE

Text Example


Text Example

White with #555BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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