Html Css Color HEX #595FC0 Rich Blue

📋 copy color: '#595FC0'

red 89 ◦ green 95 ◦ blue 192

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

Shades of Rich Blue #595FC0

Tints of Rich Blue #595FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 23.67%
G = 25.27%
B = 51.06%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#595FC0 (or 0x595FC0) is known color: Rich Blue. HEX triplet: 59, 5F and C0. RGB value is (89,95,192). Sum of RGB (Red+Green+Blue) = 89+95+192=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #595FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FC0 is #A6A03F. Grayscale: #676767. Windows color (decimal): -10920000 or 12607321. OLE color: 12607321.

HSL color Cylindrical-coordinate representation of color #595FC0: hue angle of 236.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595FC0 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 95 192 -
CMYK 0.54 0.51 0 0.25
HSL 236.5º 0.45% 0.55% -
HSV(B) 236.5º 0.54% 0.75% -
XYZ 17.73 14.11 51.66 -
YUV 104.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 89 95 192 0.54 0.51 0 0.25 236.5 0.45 0.55
Hex 59 5F C0 36 33 0 19 ED 2D 37
Octal 131 137 300 66 63 0 31 355 55 67
Binary 1011001 1011111 11000000 110110 110011 0 11001 11101101 101101 110111

Color Harmonies of #595FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FC0

Black with #595FC0

Text Example


Text Example

White with #595FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,192); }

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

background-color css

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

 a { background-color: rgb(89,95,192); }

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

border-color css

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

 span { border-color: rgb(89,95,192); }

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