Html Css Color HEX #582172 Blue Diamond

📋 copy color: '#582172'

red 88 ◦ green 33 ◦ blue 114

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

Shades of Blue Diamond #582172

Tints of Blue Diamond #582172

RGB

 RED value IS 88 (34.77% from 255) = 37.45%

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 37.45%
G = 14.04%
B = 48.51%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582172 (or 0x582172) is known color: Blue Diamond. HEX triplet: 58, 21 and 72. RGB value is (88,33,114). Sum of RGB (Red+Green+Blue) = 88+33+114=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #582172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582172 is #A7DE8D. Grayscale: #3A3A3A. Windows color (decimal): -11001486 or 7479640. OLE color: 7479640.

HSL color Cylindrical-coordinate representation of color #582172: hue angle of 280.74º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582172 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 33 114 -
CMYK 0.23 0.71 0 0.55
HSL 280.74º 0.55% 0.29% -
HSV(B) 280.74º 0.71% 0.45% -
XYZ 7.61 4.38 16.36 -
YUV 58.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 88 33 114 0.23 0.71 0 0.55 280.74 0.55 0.29
Hex 58 21 72 17 47 0 37 119 37 1D
Octal 130 41 162 27 107 0 67 431 67 35
Binary 1011000 100001 1110010 10111 1000111 0 110111 100011001 110111 11101

Color Harmonies of #582172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582172

Black with #582172

Text Example


Text Example

White with #582172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582172; }

 p { color: rgb(88,33,114); }

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

background-color css

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

 a { background-color: rgb(88,33,114); }

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

border-color css

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

 span { border-color: rgb(88,33,114); }

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