#57638F

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

Shades of Waikawa Grey #57638F

Tints of Waikawa Grey #57638F

Color information

#57638F (or 0x57638F) is unknown color: approx Waikawa Grey. HEX triplet: 57, 63 and 8F. RGB value is (87,99,143). Sum of RGB (Red+Green+Blue) = 87+99+143=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #57638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57638F is #A89C70. Grayscale: #646464. Windows color (decimal): -11050097 or 9397079. OLE color: 9397079.

HSL color Cylindrical-coordinate representation of color #57638F: hue angle of 227.14º 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 #57638F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8799143-
CMYK0.390.3100.44
HSL227.14º24.35%45.1%-
HSV(B)227.14º39.16%56.08%-
XYZ13.3512.9327.78-
YUV100.43152.02118.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=26.44%
G=30.09%
B=43.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87991430.390.3100.44227.1424.3545.1
Hex57638F271F02Ce3182d
Octal12714321747370543433055
Binary10101111100011100011111001111111101011001110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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