Html Css Color HEX #5559A5 Rich Blue

📋 copy color: '#5559A5'

red 85 ◦ green 89 ◦ blue 165

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

Shades of Rich Blue #5559A5

Tints of Rich Blue #5559A5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 165 (64.84% from 255) = 48.67%

R = 25.07%
G = 26.25%
B = 48.67%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5559A5 (or 0x5559A5) is known color: Rich Blue. HEX triplet: 55, 59 and A5. RGB value is (85,89,165). Sum of RGB (Red+Green+Blue) = 85+89+165=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #5559A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559A5 is #AAA65A. Grayscale: #606060. Windows color (decimal): -11183707 or 10836309. OLE color: 10836309.

HSL color Cylindrical-coordinate representation of color #5559A5: hue angle of 237º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5559A5 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 89 165 -
CMYK 0.48 0.46 0 0.35
HSL 237º 0.32% 0.49% -
HSV(B) 237º 0.48% 0.65% -
XYZ 14.11 11.79 37.13 -
YUV 96.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 85 89 165 0.48 0.46 0 0.35 237 0.32 0.49
Hex 55 59 A5 30 2E 0 23 ED 20 31
Octal 125 131 245 60 56 0 43 355 40 61
Binary 1010101 1011001 10100101 110000 101110 0 100011 11101101 100000 110001

Color Harmonies of #5559A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5559A5

Black with #5559A5

Text Example


Text Example

White with #5559A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5559A5; }

 p { color: rgb(85,89,165); }

 H1.HeaderClassName
 {
   color: #5559A5;
 }
 .AnyTagClassName
 {
   color: #5559A5;
 }
</style>

background-color css

<style>
 a { background-color: #5559A5; }

 a { background-color: rgb(85,89,165); }

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

border-color css

<style>
 span { border-color: #5559A5; }

 span { border-color: rgb(85,89,165); }

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