#582278

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

Shades of Blue Diamond #582278

Tints of Blue Diamond #582278

Color information

#582278 (or 0x582278) is unknown color: approx Blue Diamond. HEX triplet: 58, 22 and 78. RGB value is (88,34,120). Sum of RGB (Red+Green+Blue) = 88+34+120=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #582278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582278 is #A7DD87. Grayscale: #3B3B3B. Windows color (decimal): -11001224 or 7873112. OLE color: 7873112.

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

Color convert

RGB8834120-
CMYK0.270.7200.53
HSL277.67º55.84%30.2%-
HSV(B)277.67º71.67%47.06%-
XYZ7.994.5718.23-
YUV59.95161.89148.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=36.36%
G=14.05%
B=49.59%

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
Decimal88341200.270.7200.53277.6755.8430.2
Hex5822781B48035116381e
Octal13042170331100654267036
Binary10110001000101111000110111001000011010110001011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582278; }

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

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

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

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

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

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

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

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