Html Css Color HEX #595CAD Rich Blue

📋 copy color: '#595CAD'

red 89 ◦ green 92 ◦ blue 173

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

Shades of Rich Blue #595CAD

Tints of Rich Blue #595CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 25.14%
G = 25.99%
B = 48.87%

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

#595CAD (or 0x595CAD) is known color: Rich Blue. HEX triplet: 59, 5C and AD. RGB value is (89,92,173). Sum of RGB (Red+Green+Blue) = 89+92+173=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #595CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CAD is #A6A352. Grayscale: #646464. Windows color (decimal): -10920787 or 11361369. OLE color: 11361369.

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

Color convert

RGB 89 92 173 -
CMYK 0.49 0.47 0 0.32
HSL 237.86º 0.34% 0.51% -
HSV(B) 237.86º 0.49% 0.68% -
XYZ 15.49 12.8 41.19 -
YUV 100.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 89 92 173 0.49 0.47 0 0.32 237.86 0.34 0.51
Hex 59 5C AD 31 2F 0 20 EE 22 33
Octal 131 134 255 61 57 0 40 356 42 63
Binary 1011001 1011100 10101101 110001 101111 0 100000 11101110 100010 110011

Color Harmonies of #595CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CAD

Black with #595CAD

Text Example


Text Example

White with #595CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,173); }

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

background-color css

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

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

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

border-color css

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

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

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