#57689A

Color #57689A Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #57689A

Tints of Waikawa Grey #57689A

Color information

#57689A (or 0x57689A) is unknown color: approx Waikawa Grey. HEX triplet: 57, 68 and 9A. RGB value is (87,104,154). Sum of RGB (Red+Green+Blue) = 87+104+154=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #57689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57689A is #A89765. Grayscale: #686868. Windows color (decimal): -11048806 or 10119255. OLE color: 10119255.

HSL color Cylindrical-coordinate representation of color #57689A: hue angle of 224.78º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57689A is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87104154-
CMYK0.440.3200.40
HSL224.78º27.8%47.25%-
HSV(B)224.78º43.51%60.39%-
XYZ14.7114.2632.55-
YUV104.62155.87115.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=25.22%
G=30.14%
B=44.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871041540.440.3200.40224.7827.847.25
Hex57689A2C20028e11c2f
Octal12715023254400503413457
Binary101011111010001001101010110010000001010001110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57689A; }

 p { color: rgb(87,104,154); }

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

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

 a { background-color: rgb(87,104,154); }

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

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

 span { border-color: rgb(87,104,154); }

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