Html Css Color HEX #595AC2 Rich Blue

📋 copy color: '#595AC2'

red 89 ◦ green 90 ◦ blue 194

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

Shades of Rich Blue #595AC2

Tints of Rich Blue #595AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.01%

R = 23.86%
G = 24.13%
B = 52.01%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#595AC2 (or 0x595AC2) is known color: Rich Blue. HEX triplet: 59, 5A and C2. RGB value is (89,90,194). Sum of RGB (Red+Green+Blue) = 89+90+194=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #595AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AC2 is #A6A53D. Grayscale: #656565. Windows color (decimal): -10921278 or 12737113. OLE color: 12737113.

HSL color Cylindrical-coordinate representation of color #595AC2: hue angle of 239.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595AC2 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 90 194 -
CMYK 0.54 0.54 0 0.24
HSL 239.43º 0.46% 0.55% -
HSV(B) 239.43º 0.54% 0.76% -
XYZ 17.51 13.33 52.69 -
YUV 101.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 89 90 194 0.54 0.54 0 0.24 239.43 0.46 0.55
Hex 59 5A C2 36 36 0 18 EF 2E 37
Octal 131 132 302 66 66 0 30 357 56 67
Binary 1011001 1011010 11000010 110110 110110 0 11000 11101111 101110 110111

Color Harmonies of #595AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AC2

Black with #595AC2

Text Example


Text Example

White with #595AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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