Html Css Color HEX #582079 Blue Diamond

📋 copy color: '#582079'

red 88 ◦ green 32 ◦ blue 121

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

Shades of Blue Diamond #582079

Tints of Blue Diamond #582079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 36.51%
G = 13.28%
B = 50.21%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582079 (or 0x582079) is known color: Blue Diamond. HEX triplet: 58, 20 and 79. RGB value is (88,32,121). Sum of RGB (Red+Green+Blue) = 88+32+121=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #582079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582079 is #A7DF86. Grayscale: #3A3A3A. Windows color (decimal): -11001735 or 7938136. OLE color: 7938136.

HSL color Cylindrical-coordinate representation of color #582079: hue angle of 277.75º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582079 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 32 121 -
CMYK 0.27 0.74 0 0.53
HSL 277.75º 0.58% 0.3% -
HSV(B) 277.75º 0.74% 0.47% -
XYZ 7.99 4.49 18.53 -
YUV 58.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 88 32 121 0.27 0.74 0 0.53 277.75 0.58 0.3
Hex 58 20 79 1B 4A 0 35 116 3A 1E
Octal 130 40 171 33 112 0 65 426 72 36
Binary 1011000 100000 1111001 11011 1001010 0 110101 100010110 111010 11110

Color Harmonies of #582079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582079

Black with #582079

Text Example


Text Example

White with #582079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582079; }

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

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

background-color css

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

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

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

border-color css

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

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

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