#582477

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

Shades of Blue Diamond #582477

Tints of Blue Diamond #582477

Color information

#582477 (or 0x582477) is unknown color: approx Blue Diamond. HEX triplet: 58, 24 and 77. RGB value is (88,36,119). Sum of RGB (Red+Green+Blue) = 88+36+119=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #582477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582477 is #A7DB88. Grayscale: #3C3C3C. Windows color (decimal): -11000713 or 7808088. OLE color: 7808088.

HSL color Cylindrical-coordinate representation of color #582477: hue angle of 277.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582477 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8836119-
CMYK0.260.7000.53
HSL277.59º53.55%30.39%-
HSV(B)277.59º69.75%46.67%-
XYZ7.994.6717.93-
YUV61.01160.73147.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=36.21%
G=14.81%
B=48.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88361190.260.7000.53277.5953.5530.39
Hex5824771A46035116361e
Octal13044167321060654266636
Binary10110001001001110111110101000110011010110001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582477; }

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

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

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

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

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

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

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

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