Html Css Color HEX #5959AB Rich Blue

📋 copy color: '#5959AB'

red 89 ◦ green 89 ◦ blue 171

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

Shades of Rich Blue #5959AB

Tints of Rich Blue #5959AB

RGB

 RED value IS 89 (35.16% from 255) = 25.5%

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 25.5%
G = 25.5%
B = 49%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5959AB (or 0x5959AB) is known color: Rich Blue. HEX triplet: 59, 59 and AB. RGB value is (89,89,171). Sum of RGB (Red+Green+Blue) = 89+89+171=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5959AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5959AB is #A6A654. Grayscale: #626262. Windows color (decimal): -10921557 or 11229529. OLE color: 11229529.

HSL color Cylindrical-coordinate representation of color #5959AB: hue angle of 240º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5959AB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 89 171 -
CMYK 0.48 0.48 0 0.33
HSL 240º 0.33% 0.51% -
HSV(B) 240º 0.48% 0.67% -
XYZ 15.04 12.21 40.09 -
YUV 98.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 89 89 171 0.48 0.48 0 0.33 240 0.33 0.51
Hex 59 59 AB 30 30 0 21 F0 21 33
Octal 131 131 253 60 60 0 41 360 41 63
Binary 1011001 1011001 10101011 110000 110000 0 100001 11110000 100001 110011

Color Harmonies of #5959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5959AB

Black with #5959AB

Text Example


Text Example

White with #5959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5959AB; }

 p { color: rgb(89,89,171); }

 H1.HeaderClassName
 {
   color: #5959AB;
 }
 .AnyTagClassName
 {
   color: #5959AB;
 }
</style>

background-color css

<style>
 a { background-color: #5959AB; }

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

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

border-color css

<style>
 span { border-color: #5959AB; }

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

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