#57668D

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

Shades of Waikawa Grey #57668D

Tints of Waikawa Grey #57668D

Color information

#57668D (or 0x57668D) is unknown color: approx Waikawa Grey. HEX triplet: 57, 66 and 8D. RGB value is (87,102,141). Sum of RGB (Red+Green+Blue) = 87+102+141=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #57668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57668D is #A89972. Grayscale: #656565. Windows color (decimal): -11049331 or 9266775. OLE color: 9266775.

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

Color convert

RGB87102141-
CMYK0.380.2800.45
HSL223.33º23.68%44.71%-
HSV(B)223.33º38.3%55.29%-
XYZ13.4913.4527.08-
YUV101.96150.03117.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=26.36%
G=30.91%
B=42.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871021410.380.2800.45223.3323.6844.71
Hex57668D261C02Ddf182d
Octal12714621546340553373055
Binary10101111100110100011011001101110001011011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57668D; }

 p { color: rgb(87,102,141); }

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

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

 a { background-color: rgb(87,102,141); }

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

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

 span { border-color: rgb(87,102,141); }

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