#57678F

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

Shades of Waikawa Grey #57678F

Tints of Waikawa Grey #57678F

Color information

#57678F (or 0x57678F) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 8F. RGB value is (87,103,143). Sum of RGB (Red+Green+Blue) = 87+103+143=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #57678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678F is #A89870. Grayscale: #666666. Windows color (decimal): -11049073 or 9398103. OLE color: 9398103.

HSL color Cylindrical-coordinate representation of color #57678F: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57678F is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87103143-
CMYK0.390.2800.44
HSL222.86º24.35%45.1%-
HSV(B)222.86º39.16%56.08%-
XYZ13.7413.7127.91-
YUV102.78150.7116.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=26.13%
G=30.93%
B=42.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871031430.390.2800.44222.8624.3545.1
Hex57678F271C02Cdf182d
Octal12714721747340543373055
Binary10101111100111100011111001111110001011001101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57678F; }

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

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

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

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

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

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

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

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