#582178

Color #582178 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #582178

Tints of Blue Diamond #582178

Color information

#582178 (or 0x582178) is unknown color: approx Blue Diamond. HEX triplet: 58, 21 and 78. RGB value is (88,33,120). Sum of RGB (Red+Green+Blue) = 88+33+120=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #582178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582178 is #A7DE87. Grayscale: #3B3B3B. Windows color (decimal): -11001480 or 7872856. OLE color: 7872856.

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

Color convert

RGB8833120-
CMYK0.270.7200.53
HSL277.93º56.86%30%-
HSV(B)277.93º72.5%47.06%-
XYZ7.964.5218.22-
YUV59.36162.22148.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=36.51%
G=13.69%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88331200.270.7200.53277.9356.8630
Hex5821781B48035116391e
Octal13041170331100654267136
Binary10110001000011111000110111001000011010110001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582178; }

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

 H1.HeaderClassName
 {
   color: #582178;
 }
 .AnyTagClassName
 {
   color: #582178;
 }
</style>
background-color css

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

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

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

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

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

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