Html Css Color HEX #595CB9 Rich Blue

📋 copy color: '#595CB9'

red 89 ◦ green 92 ◦ blue 185

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

Shades of Rich Blue #595CB9

Tints of Rich Blue #595CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 24.32%
G = 25.14%
B = 50.55%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#595CB9 (or 0x595CB9) is known color: Rich Blue. HEX triplet: 59, 5C and B9. RGB value is (89,92,185). Sum of RGB (Red+Green+Blue) = 89+92+185=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #595CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB9 is #A6A346. Grayscale: #656565. Windows color (decimal): -10920775 or 12147801. OLE color: 12147801.

HSL color Cylindrical-coordinate representation of color #595CB9: hue angle of 238.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595CB9 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 92 185 -
CMYK 0.52 0.50 0 0.27
HSL 238.13º 0.41% 0.54% -
HSV(B) 238.13º 0.52% 0.73% -
XYZ 16.7 13.28 47.58 -
YUV 101.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 89 92 185 0.52 0.50 0 0.27 238.13 0.41 0.54
Hex 59 5C B9 34 32 0 1B EE 29 36
Octal 131 134 271 64 62 0 33 356 51 66
Binary 1011001 1011100 10111001 110100 110010 0 11011 11101110 101001 110110

Color Harmonies of #595CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CB9

Black with #595CB9

Text Example


Text Example

White with #595CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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