Html Css Color HEX #555BC3 Free Speech Blue

📋 copy color: '#555BC3'

red 85 ◦ green 91 ◦ blue 195

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

Shades of Free Speech Blue #555BC3

Tints of Free Speech Blue #555BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.56%

R = 22.91%
G = 24.53%
B = 52.56%

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

#555BC3 (or 0x555BC3) is known color: Free Speech Blue. HEX triplet: 55, 5B and C3. RGB value is (85,91,195). Sum of RGB (Red+Green+Blue) = 85+91+195=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #555BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC3 is #AAA43C. Grayscale: #646464. Windows color (decimal): -11183165 or 12802901. OLE color: 12802901.

HSL color Cylindrical-coordinate representation of color #555BC3: hue angle of 236.73º degrees, saturation: 0.48, 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 #555BC3 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 91 195 -
CMYK 0.56 0.53 0 0.24
HSL 236.73º 0.48% 0.55% -
HSV(B) 236.73º 0.56% 0.76% -
XYZ 17.34 13.35 53.29 -
YUV 101.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 85 91 195 0.56 0.53 0 0.24 236.73 0.48 0.55
Hex 55 5B C3 38 35 0 18 ED 30 37
Octal 125 133 303 70 65 0 30 355 60 67
Binary 1010101 1011011 11000011 111000 110101 0 11000 11101101 110000 110111

Color Harmonies of #555BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BC3

Black with #555BC3

Text Example


Text Example

White with #555BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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