Html Css Color HEX #595EC2 Rich Blue

📋 copy color: '#595EC2'

red 89 ◦ green 94 ◦ blue 194

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

Shades of Rich Blue #595EC2

Tints of Rich Blue #595EC2

RGB

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

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

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

R = 23.61%
G = 24.93%
B = 51.46%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#595EC2 (or 0x595EC2) is known color: Rich Blue. HEX triplet: 59, 5E and C2. RGB value is (89,94,194). Sum of RGB (Red+Green+Blue) = 89+94+194=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #595EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC2 is #A6A13D. Grayscale: #676767. Windows color (decimal): -10920254 or 12738137. OLE color: 12738137.

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

Color convert

RGB 89 94 194 -
CMYK 0.54 0.52 0 0.24
HSL 237.14º 0.46% 0.55% -
HSV(B) 237.14º 0.54% 0.76% -
XYZ 17.86 14.02 52.8 -
YUV 103.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 89 94 194 0.54 0.52 0 0.24 237.14 0.46 0.55
Hex 59 5E C2 36 34 0 18 ED 2E 37
Octal 131 136 302 66 64 0 30 355 56 67
Binary 1011001 1011110 11000010 110110 110100 0 11000 11101101 101110 110111

Color Harmonies of #595EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EC2

Black with #595EC2

Text Example


Text Example

White with #595EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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