Html Css Color HEX #555AB6 Rich Blue

📋 copy color: '#555AB6'

red 85 ◦ green 90 ◦ blue 182

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

Shades of Rich Blue #555AB6

Tints of Rich Blue #555AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 23.81%
G = 25.21%
B = 50.98%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#555AB6 (or 0x555AB6) is known color: Rich Blue. HEX triplet: 55, 5A and B6. RGB value is (85,90,182). Sum of RGB (Red+Green+Blue) = 85+90+182=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #555AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AB6 is #AAA549. Grayscale: #626262. Windows color (decimal): -11183434 or 11950677. OLE color: 11950677.

HSL color Cylindrical-coordinate representation of color #555AB6: hue angle of 236.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555AB6 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 90 182 -
CMYK 0.53 0.51 0 0.29
HSL 236.91º 0.4% 0.52% -
HSV(B) 236.91º 0.53% 0.71% -
XYZ 15.85 12.62 45.86 -
YUV 98.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 85 90 182 0.53 0.51 0 0.29 236.91 0.4 0.52
Hex 55 5A B6 35 33 0 1D ED 28 34
Octal 125 132 266 65 63 0 35 355 50 64
Binary 1010101 1011010 10110110 110101 110011 0 11101 11101101 101000 110100

Color Harmonies of #555AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AB6

Black with #555AB6

Text Example


Text Example

White with #555AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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