Html Css Color HEX #595ABF Rich Blue

📋 copy color: '#595ABF'

red 89 ◦ green 90 ◦ blue 191

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

Shades of Rich Blue #595ABF

Tints of Rich Blue #595ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 24.05%
G = 24.32%
B = 51.62%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#595ABF (or 0x595ABF) is known color: Rich Blue. HEX triplet: 59, 5A and BF. RGB value is (89,90,191). Sum of RGB (Red+Green+Blue) = 89+90+191=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #595ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ABF is #A6A540. Grayscale: #646464. Windows color (decimal): -10921281 or 12540505. OLE color: 12540505.

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

Color convert

RGB 89 90 191 -
CMYK 0.53 0.53 0 0.25
HSL 239.41º 0.44% 0.55% -
HSV(B) 239.41º 0.53% 0.75% -
XYZ 17.18 13.2 50.93 -
YUV 101.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 89 90 191 0.53 0.53 0 0.25 239.41 0.44 0.55
Hex 59 5A BF 35 35 0 19 EF 2C 37
Octal 131 132 277 65 65 0 31 357 54 67
Binary 1011001 1011010 10111111 110101 110101 0 11001 11101111 101100 110111

Color Harmonies of #595ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ABF

Black with #595ABF

Text Example


Text Example

White with #595ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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