Html Css Color HEX #595CB6 Rich Blue

📋 copy color: '#595CB6'

red 89 ◦ green 92 ◦ blue 182

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

Shades of Rich Blue #595CB6

Tints of Rich Blue #595CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 24.52%
G = 25.34%
B = 50.14%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#595CB6 (or 0x595CB6) is known color: Rich Blue. HEX triplet: 59, 5C and B6. RGB value is (89,92,182). Sum of RGB (Red+Green+Blue) = 89+92+182=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #595CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB6 is #A6A349. Grayscale: #646464. Windows color (decimal): -10920778 or 11951193. OLE color: 11951193.

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

Color convert

RGB 89 92 182 -
CMYK 0.51 0.49 0 0.29
HSL 238.06º 0.39% 0.53% -
HSV(B) 238.06º 0.51% 0.71% -
XYZ 16.39 13.16 45.93 -
YUV 101.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 89 92 182 0.51 0.49 0 0.29 238.06 0.39 0.53
Hex 59 5C B6 33 31 0 1D EE 27 35
Octal 131 134 266 63 61 0 35 356 47 65
Binary 1011001 1011100 10110110 110011 110001 0 11101 11101110 100111 110101

Color Harmonies of #595CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CB6

Black with #595CB6

Text Example


Text Example

White with #595CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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