#582174

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

Shades of Blue Diamond #582174

Tints of Blue Diamond #582174

Color information

#582174 (or 0x582174) is unknown color: approx Blue Diamond. HEX triplet: 58, 21 and 74. RGB value is (88,33,116). Sum of RGB (Red+Green+Blue) = 88+33+116=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #582174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582174 is #A7DE8B. Grayscale: #3A3A3A. Windows color (decimal): -11001484 or 7610712. OLE color: 7610712.

HSL color Cylindrical-coordinate representation of color #582174: hue angle of 279.76º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582174 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8833116-
CMYK0.240.7200.55
HSL279.76º55.7%29.22%-
HSV(B)279.76º71.55%45.49%-
XYZ7.724.4216.97-
YUV58.91160.22148.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=37.13%
G=13.92%
B=48.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88331160.240.7200.55279.7655.729.22
Hex5821741848037118381d
Octal13041164301100674307035
Binary10110001000011110100110001001000011011110001100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582174; }

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

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

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

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

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

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

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

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