Html Css Color HEX #555AD1 Free Speech Blue

📋 copy color: '#555AD1'

red 85 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Blue #555AD1

Tints of Free Speech Blue #555AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 22.14%
G = 23.44%
B = 54.43%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#555AD1 (or 0x555AD1) is known color: Free Speech Blue. HEX triplet: 55, 5A and D1. RGB value is (85,90,209). Sum of RGB (Red+Green+Blue) = 85+90+209=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #555AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD1 is #AAA52E. Grayscale: #656565. Windows color (decimal): -11183407 or 13720149. OLE color: 13720149.

HSL color Cylindrical-coordinate representation of color #555AD1: hue angle of 237.58º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555AD1 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 90 209 -
CMYK 0.59 0.57 0 0.18
HSL 237.58º 0.57% 0.58% -
HSV(B) 237.58º 0.59% 0.82% -
XYZ 18.91 13.85 62 -
YUV 102.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 85 90 209 0.59 0.57 0 0.18 237.58 0.57 0.58
Hex 55 5A D1 3B 39 0 12 EE 39 3A
Octal 125 132 321 73 71 0 22 356 71 72
Binary 1010101 1011010 11010001 111011 111001 0 10010 11101110 111001 111010

Color Harmonies of #555AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AD1

Black with #555AD1

Text Example


Text Example

White with #555AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,209); }

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

background-color css

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

 a { background-color: rgb(85,90,209); }

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

border-color css

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

 span { border-color: rgb(85,90,209); }

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