#572874

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

Shades of Blue Diamond #572874

Tints of Blue Diamond #572874

Color information

#572874 (or 0x572874) is unknown color: approx Blue Diamond. HEX triplet: 57, 28 and 74. RGB value is (87,40,116). Sum of RGB (Red+Green+Blue) = 87+40+116=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #572874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572874 is #A8D78B. Grayscale: #3E3E3E. Windows color (decimal): -11065228 or 7612503. OLE color: 7612503.

HSL color Cylindrical-coordinate representation of color #572874: hue angle of 277.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572874 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8740116-
CMYK0.250.6600.55
HSL277.11º48.72%30.59%-
HSV(B)277.11º65.52%45.49%-
XYZ7.844.817.04-
YUV62.72158.07145.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=35.80%
G=16.46%
B=47.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87401160.250.6600.55277.1148.7230.59
Hex5728741942037115311f
Octal12750164311020674256137
Binary10101111010001110100110011000010011011110001010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572874; }

 p { color: rgb(87,40,116); }

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

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

 a { background-color: rgb(87,40,116); }

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

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

 span { border-color: rgb(87,40,116); }

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