Html Css Color HEX #595DAE Rich Blue

📋 copy color: '#595DAE'

red 89 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #595DAE

Tints of Rich Blue #595DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 25%
G = 26.12%
B = 48.88%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#595DAE (or 0x595DAE) is known color: Rich Blue. HEX triplet: 59, 5D and AE. RGB value is (89,93,174). Sum of RGB (Red+Green+Blue) = 89+93+174=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #595DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DAE is #A6A251. Grayscale: #646464. Windows color (decimal): -10920530 or 11427161. OLE color: 11427161.

HSL color Cylindrical-coordinate representation of color #595DAE: hue angle of 237.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595DAE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 93 174 -
CMYK 0.49 0.47 0 0.32
HSL 237.18º 0.34% 0.52% -
HSV(B) 237.18º 0.49% 0.68% -
XYZ 15.67 13.01 41.73 -
YUV 101.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 89 93 174 0.49 0.47 0 0.32 237.18 0.34 0.52
Hex 59 5D AE 31 2F 0 20 ED 22 34
Octal 131 135 256 61 57 0 40 355 42 64
Binary 1011001 1011101 10101110 110001 101111 0 100000 11101101 100010 110100

Color Harmonies of #595DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DAE

Black with #595DAE

Text Example


Text Example

White with #595DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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