Html Css Color HEX #595EBC Rich Blue

📋 copy color: '#595EBC'

red 89 ◦ green 94 ◦ blue 188

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

Shades of Rich Blue #595EBC

Tints of Rich Blue #595EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 23.99%
G = 25.34%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#595EBC (or 0x595EBC) is known color: Rich Blue. HEX triplet: 59, 5E and BC. RGB value is (89,94,188). Sum of RGB (Red+Green+Blue) = 89+94+188=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #595EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBC is #A6A143. Grayscale: #666666. Windows color (decimal): -10920260 or 12344921. OLE color: 12344921.

HSL color Cylindrical-coordinate representation of color #595EBC: hue angle of 236.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595EBC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 94 188 -
CMYK 0.53 0.50 0 0.26
HSL 236.97º 0.42% 0.54% -
HSV(B) 236.97º 0.53% 0.74% -
XYZ 17.2 13.76 49.33 -
YUV 103.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 89 94 188 0.53 0.50 0 0.26 236.97 0.42 0.54
Hex 59 5E BC 35 32 0 1A ED 2A 36
Octal 131 136 274 65 62 0 32 355 52 66
Binary 1011001 1011110 10111100 110101 110010 0 11010 11101101 101010 110110

Color Harmonies of #595EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EBC

Black with #595EBC

Text Example


Text Example

White with #595EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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