#582377

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

Shades of Blue Diamond #582377

Tints of Blue Diamond #582377

Color information

#582377 (or 0x582377) is unknown color: approx Blue Diamond. HEX triplet: 58, 23 and 77. RGB value is (88,35,119). Sum of RGB (Red+Green+Blue) = 88+35+119=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #582377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582377 is #A7DC88. Grayscale: #3C3C3C. Windows color (decimal): -11000969 or 7807832. OLE color: 7807832.

HSL color Cylindrical-coordinate representation of color #582377: hue angle of 277.86º 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 #582377 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8835119-
CMYK0.260.7100.53
HSL277.86º54.55%30.2%-
HSV(B)277.86º70.59%46.67%-
XYZ7.964.6117.92-
YUV60.42161.06147.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=36.36%
G=14.46%
B=49.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88351190.260.7100.53277.8654.5530.2
Hex5823771A47035116371e
Octal13043167321070654266736
Binary10110001000111110111110101000111011010110001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582377; }

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

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

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

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

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

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

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

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