Html Css Color HEX #595ABC Rich Blue

📋 copy color: '#595ABC'

red 89 ◦ green 90 ◦ blue 188

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

Shades of Rich Blue #595ABC

Tints of Rich Blue #595ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

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

R = 24.25%
G = 24.52%
B = 51.23%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#595ABC (or 0x595ABC) is known color: Rich Blue. HEX triplet: 59, 5A and BC. RGB value is (89,90,188). Sum of RGB (Red+Green+Blue) = 89+90+188=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #595ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ABC is #A6A543. Grayscale: #646464. Windows color (decimal): -10921284 or 12343897. OLE color: 12343897.

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

Color convert

RGB 89 90 188 -
CMYK 0.53 0.52 0 0.26
HSL 239.39º 0.42% 0.54% -
HSV(B) 239.39º 0.53% 0.74% -
XYZ 16.85 13.07 49.21 -
YUV 100.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 89 90 188 0.53 0.52 0 0.26 239.39 0.42 0.54
Hex 59 5A BC 35 34 0 1A EF 2A 36
Octal 131 132 274 65 64 0 32 357 52 66
Binary 1011001 1011010 10111100 110101 110100 0 11010 11101111 101010 110110

Color Harmonies of #595ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ABC

Black with #595ABC

Text Example


Text Example

White with #595ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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