Html Css Color HEX #555AB3 Rich Blue

📋 copy color: '#555AB3'

red 85 ◦ green 90 ◦ blue 179

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

Shades of Rich Blue #555AB3

Tints of Rich Blue #555AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 24.01%
G = 25.42%
B = 50.56%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#555AB3 (or 0x555AB3) is known color: Rich Blue. HEX triplet: 55, 5A and B3. RGB value is (85,90,179). Sum of RGB (Red+Green+Blue) = 85+90+179=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #555AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AB3 is #AAA54C. Grayscale: #626262. Windows color (decimal): -11183437 or 11754069. OLE color: 11754069.

HSL color Cylindrical-coordinate representation of color #555AB3: hue angle of 236.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555AB3 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 90 179 -
CMYK 0.53 0.50 0 0.30
HSL 236.81º 0.38% 0.52% -
HSV(B) 236.81º 0.53% 0.7% -
XYZ 15.54 12.5 44.24 -
YUV 98.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 85 90 179 0.53 0.50 0 0.30 236.81 0.38 0.52
Hex 55 5A B3 35 32 0 1E ED 26 34
Octal 125 132 263 65 62 0 36 355 46 64
Binary 1010101 1011010 10110011 110101 110010 0 11110 11101101 100110 110100

Color Harmonies of #555AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AB3

Black with #555AB3

Text Example


Text Example

White with #555AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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