Html Css Color HEX #595EBE Rich Blue

📋 copy color: '#595EBE'

red 89 ◦ green 94 ◦ blue 190

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

Shades of Rich Blue #595EBE

Tints of Rich Blue #595EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 23.86%
G = 25.2%
B = 50.94%

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

#595EBE (or 0x595EBE) is known color: Rich Blue. HEX triplet: 59, 5E and BE. RGB value is (89,94,190). Sum of RGB (Red+Green+Blue) = 89+94+190=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #595EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBE is #A6A141. Grayscale: #676767. Windows color (decimal): -10920258 or 12475993. OLE color: 12475993.

HSL color Cylindrical-coordinate representation of color #595EBE: hue angle of 237.03º 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 #595EBE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 94 190 -
CMYK 0.53 0.51 0 0.25
HSL 237.03º 0.44% 0.55% -
HSV(B) 237.03º 0.53% 0.75% -
XYZ 17.42 13.85 50.47 -
YUV 103.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 89 94 190 0.53 0.51 0 0.25 237.03 0.44 0.55
Hex 59 5E BE 35 33 0 19 ED 2C 37
Octal 131 136 276 65 63 0 31 355 54 67
Binary 1011001 1011110 10111110 110101 110011 0 11001 11101101 101100 110111

Color Harmonies of #595EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EBE

Black with #595EBE

Text Example


Text Example

White with #595EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,190); }

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

background-color css

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

 a { background-color: rgb(89,94,190); }

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

border-color css

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

 span { border-color: rgb(89,94,190); }

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