Html Css Color HEX #595DAB Rich Blue

📋 copy color: '#595DAB'

red 89 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #595DAB

Tints of Rich Blue #595DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 25.21%
G = 26.35%
B = 48.44%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#595DAB (or 0x595DAB) is known color: Rich Blue. HEX triplet: 59, 5D and AB. RGB value is (89,93,171). Sum of RGB (Red+Green+Blue) = 89+93+171=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #595DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DAB is #A6A254. Grayscale: #646464. Windows color (decimal): -10920533 or 11230553. OLE color: 11230553.

HSL color Cylindrical-coordinate representation of color #595DAB: hue angle of 237.07º 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 #595DAB is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 93 171 -
CMYK 0.48 0.46 0 0.33
HSL 237.07º 0.33% 0.51% -
HSV(B) 237.07º 0.48% 0.67% -
XYZ 15.38 12.89 40.21 -
YUV 100.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 89 93 171 0.48 0.46 0 0.33 237.07 0.33 0.51
Hex 59 5D AB 30 2E 0 21 ED 21 33
Octal 131 135 253 60 56 0 41 355 41 63
Binary 1011001 1011101 10101011 110000 101110 0 100001 11101101 100001 110011

Color Harmonies of #595DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DAB

Black with #595DAB

Text Example


Text Example

White with #595DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595DAB; }

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

 H1.HeaderClassName
 {
   color: #595DAB;
 }
 .AnyTagClassName
 {
   color: #595DAB;
 }
</style>

background-color css

<style>
 a { background-color: #595DAB; }

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

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

border-color css

<style>
 span { border-color: #595DAB; }

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

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