Html Css Color HEX #592175 Blue Diamond

📋 copy color: '#592175'

red 89 ◦ green 33 ◦ blue 117

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

Shades of Blue Diamond #592175

Tints of Blue Diamond #592175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 37.24%
G = 13.81%
B = 48.95%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#592175 (or 0x592175) is known color: Blue Diamond. HEX triplet: 59, 21 and 75. RGB value is (89,33,117). Sum of RGB (Red+Green+Blue) = 89+33+117=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #592175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592175 is #A6DE8A. Grayscale: #3B3B3B. Windows color (decimal): -10935947 or 7676249. OLE color: 7676249.

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

Color convert

RGB 89 33 117 -
CMYK 0.24 0.72 0 0.54
HSL 280º 0.56% 0.29% -
HSV(B) 280º 0.72% 0.46% -
XYZ 7.87 4.5 17.28 -
YUV 59.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 89 33 117 0.24 0.72 0 0.54 280 0.56 0.29
Hex 59 21 75 18 48 0 36 118 38 1D
Octal 131 41 165 30 110 0 66 430 70 35
Binary 1011001 100001 1110101 11000 1001000 0 110110 100011000 111000 11101

Color Harmonies of #592175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592175

Black with #592175

Text Example


Text Example

White with #592175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592175; }

 p { color: rgb(89,33,117); }

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

background-color css

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

 a { background-color: rgb(89,33,117); }

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

border-color css

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

 span { border-color: rgb(89,33,117); }

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