Html Css Color HEX #582072 Blue Diamond

📋 copy color: '#582072'

red 88 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #582072

Tints of Blue Diamond #582072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

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

R = 37.61%
G = 13.68%
B = 48.72%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582072 (or 0x582072) is known color: Blue Diamond. HEX triplet: 58, 20 and 72. RGB value is (88,32,114). Sum of RGB (Red+Green+Blue) = 88+32+114=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #582072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582072 is #A7DF8D. Grayscale: #393939. Windows color (decimal): -11001742 or 7479384. OLE color: 7479384.

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

Color convert

RGB 88 32 114 -
CMYK 0.23 0.72 0 0.55
HSL 280.98º 0.56% 0.29% -
HSV(B) 280.98º 0.72% 0.45% -
XYZ 7.58 4.32 16.35 -
YUV 58.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 88 32 114 0.23 0.72 0 0.55 280.98 0.56 0.29
Hex 58 20 72 17 48 0 37 119 38 1D
Octal 130 40 162 27 110 0 67 431 70 35
Binary 1011000 100000 1110010 10111 1001000 0 110111 100011001 111000 11101

Color Harmonies of #582072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582072

Black with #582072

Text Example


Text Example

White with #582072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582072; }

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

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

background-color css

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

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

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

border-color css

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

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

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