Html Css Color HEX #595DBF Rich Blue

📋 copy color: '#595DBF'

red 89 ◦ green 93 ◦ blue 191

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

Shades of Rich Blue #595DBF

Tints of Rich Blue #595DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 23.86%
G = 24.93%
B = 51.21%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#595DBF (or 0x595DBF) is known color: Rich Blue. HEX triplet: 59, 5D and BF. RGB value is (89,93,191). Sum of RGB (Red+Green+Blue) = 89+93+191=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #595DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBF is #A6A240. Grayscale: #666666. Windows color (decimal): -10920513 or 12541273. OLE color: 12541273.

HSL color Cylindrical-coordinate representation of color #595DBF: hue angle of 237.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595DBF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 93 191 -
CMYK 0.53 0.51 0 0.25
HSL 237.65º 0.44% 0.55% -
HSV(B) 237.65º 0.53% 0.75% -
XYZ 17.44 13.71 51.02 -
YUV 102.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 89 93 191 0.53 0.51 0 0.25 237.65 0.44 0.55
Hex 59 5D BF 35 33 0 19 EE 2C 37
Octal 131 135 277 65 63 0 31 356 54 67
Binary 1011001 1011101 10111111 110101 110011 0 11001 11101110 101100 110111

Color Harmonies of #595DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DBF

Black with #595DBF

Text Example


Text Example

White with #595DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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