Html Css Color HEX #595DB7 Rich Blue

📋 copy color: '#595DB7'

red 89 ◦ green 93 ◦ blue 183

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

Shades of Rich Blue #595DB7

Tints of Rich Blue #595DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 24.38%
G = 25.48%
B = 50.14%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#595DB7 (or 0x595DB7) is known color: Rich Blue. HEX triplet: 59, 5D and B7. RGB value is (89,93,183). Sum of RGB (Red+Green+Blue) = 89+93+183=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #595DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DB7 is #A6A248. Grayscale: #656565. Windows color (decimal): -10920521 or 12016985. OLE color: 12016985.

HSL color Cylindrical-coordinate representation of color #595DB7: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595DB7 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 93 183 -
CMYK 0.51 0.49 0 0.28
HSL 237.45º 0.39% 0.53% -
HSV(B) 237.45º 0.51% 0.72% -
XYZ 16.58 13.37 46.51 -
YUV 102.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 89 93 183 0.51 0.49 0 0.28 237.45 0.39 0.53
Hex 59 5D B7 33 31 0 1C ED 27 35
Octal 131 135 267 63 61 0 34 355 47 65
Binary 1011001 1011101 10110111 110011 110001 0 11100 11101101 100111 110101

Color Harmonies of #595DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DB7

Black with #595DB7

Text Example


Text Example

White with #595DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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