Html Css Color HEX #582476 Blue Diamond

📋 copy color: '#582476'

red 88 ◦ green 36 ◦ blue 118

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

Shades of Blue Diamond #582476

Tints of Blue Diamond #582476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 36.36%
G = 14.88%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582476 (or 0x582476) is known color: Blue Diamond. HEX triplet: 58, 24 and 76. RGB value is (88,36,118). Sum of RGB (Red+Green+Blue) = 88+36+118=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #582476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582476 is #A7DB89. Grayscale: #3C3C3C. Windows color (decimal): -11000714 or 7742552. OLE color: 7742552.

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

Color convert

RGB 88 36 118 -
CMYK 0.25 0.69 0 0.54
HSL 278.05º 0.53% 0.3% -
HSV(B) 278.05º 0.69% 0.46% -
XYZ 7.93 4.64 17.62 -
YUV 60.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 88 36 118 0.25 0.69 0 0.54 278.05 0.53 0.3
Hex 58 24 76 19 45 0 36 116 35 1E
Octal 130 44 166 31 105 0 66 426 65 36
Binary 1011000 100100 1110110 11001 1000101 0 110110 100010110 110101 11110

Color Harmonies of #582476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582476

Black with #582476

Text Example


Text Example

White with #582476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582476; }

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

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

background-color css

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

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

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

border-color css

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

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

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