Html Css Color HEX #582376 Blue Diamond

📋 copy color: '#582376'

red 88 ◦ green 35 ◦ blue 118

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

Shades of Blue Diamond #582376

Tints of Blue Diamond #582376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 36.51%
G = 14.52%
B = 48.96%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582376 (or 0x582376) is known color: Blue Diamond. HEX triplet: 58, 23 and 76. RGB value is (88,35,118). Sum of RGB (Red+Green+Blue) = 88+35+118=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #582376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582376 is #A7DC89. Grayscale: #3C3C3C. Windows color (decimal): -11000970 or 7742296. OLE color: 7742296.

HSL color Cylindrical-coordinate representation of color #582376: hue angle of 278.31º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582376 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 35 118 -
CMYK 0.25 0.70 0 0.54
HSL 278.31º 0.54% 0.3% -
HSV(B) 278.31º 0.7% 0.46% -
XYZ 7.9 4.58 17.61 -
YUV 60.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 88 35 118 0.25 0.70 0 0.54 278.31 0.54 0.3
Hex 58 23 76 19 46 0 36 116 36 1E
Octal 130 43 166 31 106 0 66 426 66 36
Binary 1011000 100011 1110110 11001 1000110 0 110110 100010110 110110 11110

Color Harmonies of #582376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582376

Black with #582376

Text Example


Text Example

White with #582376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582376; }

 p { color: rgb(88,35,118); }

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

background-color css

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

 a { background-color: rgb(88,35,118); }

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

border-color css

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

 span { border-color: rgb(88,35,118); }

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