#572177

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

Shades of Blue Diamond #572177

Tints of Blue Diamond #572177

Color information

#572177 (or 0x572177) is unknown color: approx Blue Diamond. HEX triplet: 57, 21 and 77. RGB value is (87,33,119). Sum of RGB (Red+Green+Blue) = 87+33+119=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #572177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572177 is #A8DE88. Grayscale: #3A3A3A. Windows color (decimal): -11067017 or 7807319. OLE color: 7807319.

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

Color convert

RGB8733119-
CMYK0.270.7200.53
HSL277.67º56.58%29.8%-
HSV(B)277.67º72.27%46.67%-
XYZ7.84.4517.9-
YUV58.95161.89148.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=36.40%
G=13.81%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87331190.270.7200.53277.6756.5829.8
Hex5721771B48035116391e
Octal12741167331100654267136
Binary10101111000011110111110111001000011010110001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572177; }

 p { color: rgb(87,33,119); }

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

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

 a { background-color: rgb(87,33,119); }

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

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

 span { border-color: rgb(87,33,119); }

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