#582378

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

Shades of Blue Diamond #582378

Tints of Blue Diamond #582378

Color information

#582378 (or 0x582378) is unknown color: approx Blue Diamond. HEX triplet: 58, 23 and 78. RGB value is (88,35,120). Sum of RGB (Red+Green+Blue) = 88+35+120=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #582378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582378 is #A7DC87. Grayscale: #3C3C3C. Windows color (decimal): -11000968 or 7873368. OLE color: 7873368.

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

Color convert

RGB8835120-
CMYK0.270.7100.53
HSL277.41º54.84%30.39%-
HSV(B)277.41º70.83%47.06%-
XYZ8.024.6318.24-
YUV60.54161.56147.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=36.21%
G=14.40%
B=49.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88351200.270.7100.53277.4154.8430.39
Hex5823781B47035115371e
Octal13043170331070654256736
Binary10110001000111111000110111000111011010110001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582378; }

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

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

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

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

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

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

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

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