Html Css Color HEX #595DB0 Rich Blue

📋 copy color: '#595DB0'

red 89 ◦ green 93 ◦ blue 176

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

Shades of Rich Blue #595DB0

Tints of Rich Blue #595DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.16%

R = 24.86%
G = 25.98%
B = 49.16%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#595DB0 (or 0x595DB0) is known color: Rich Blue. HEX triplet: 59, 5D and B0. RGB value is (89,93,176). Sum of RGB (Red+Green+Blue) = 89+93+176=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #595DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DB0 is #A6A24F. Grayscale: #646464. Windows color (decimal): -10920528 or 11558233. OLE color: 11558233.

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

Color convert

RGB 89 93 176 -
CMYK 0.49 0.47 0 0.31
HSL 237.24º 0.36% 0.52% -
HSV(B) 237.24º 0.49% 0.69% -
XYZ 15.87 13.09 42.76 -
YUV 101.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 89 93 176 0.49 0.47 0 0.31 237.24 0.36 0.52
Hex 59 5D B0 31 2F 0 1F ED 24 34
Octal 131 135 260 61 57 0 37 355 44 64
Binary 1011001 1011101 10110000 110001 101111 0 11111 11101101 100100 110100

Color Harmonies of #595DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DB0

Black with #595DB0

Text Example


Text Example

White with #595DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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