#57679A

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

Shades of Waikawa Grey #57679A

Tints of Waikawa Grey #57679A

Color information

#57679A (or 0x57679A) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 9A. RGB value is (87,103,154). Sum of RGB (Red+Green+Blue) = 87+103+154=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #57679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57679A is #A89865. Grayscale: #676767. Windows color (decimal): -11049062 or 10118999. OLE color: 10118999.

HSL color Cylindrical-coordinate representation of color #57679A: hue angle of 225.67º 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 #57679A is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87103154-
CMYK0.440.3300.40
HSL225.67º27.8%47.25%-
HSV(B)225.67º43.51%60.39%-
XYZ14.6114.0632.52-
YUV104.03156.2115.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=25.29%
G=29.94%
B=44.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871031540.440.3300.40225.6727.847.25
Hex57679A2C21028e21c2f
Octal12714723254410503423457
Binary101011111001111001101010110010000101010001110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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