Html Css Color HEX #595DA8 Rich Blue

📋 copy color: '#595DA8'

red 89 ◦ green 93 ◦ blue 168

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

Shades of Rich Blue #595DA8

Tints of Rich Blue #595DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48%

R = 25.43%
G = 26.57%
B = 48%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#595DA8 (or 0x595DA8) is known color: Rich Blue. HEX triplet: 59, 5D and A8. RGB value is (89,93,168). Sum of RGB (Red+Green+Blue) = 89+93+168=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #595DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DA8 is #A6A257. Grayscale: #646464. Windows color (decimal): -10920536 or 11033945. OLE color: 11033945.

HSL color Cylindrical-coordinate representation of color #595DA8: hue angle of 236.96º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595DA8 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 93 168 -
CMYK 0.47 0.45 0 0.34
HSL 236.96º 0.31% 0.5% -
HSV(B) 236.96º 0.47% 0.66% -
XYZ 15.1 12.78 38.72 -
YUV 100.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 89 93 168 0.47 0.45 0 0.34 236.96 0.31 0.5
Hex 59 5D A8 2F 2D 0 22 ED 1F 32
Octal 131 135 250 57 55 0 42 355 37 62
Binary 1011001 1011101 10101000 101111 101101 0 100010 11101101 11111 110010

Color Harmonies of #595DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DA8

Black with #595DA8

Text Example


Text Example

White with #595DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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