#5F7892

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

Shades of Waikawa Grey #5F7892

Tints of Waikawa Grey #5F7892

Color information

#5F7892 (or 0x5F7892) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 78 and 92. RGB value is (95,120,146). Sum of RGB (Red+Green+Blue) = 95+120+146=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7892 is #A0876D. Grayscale: #737373. Windows color (decimal): -10520430 or 9599071. OLE color: 9599071.

HSL color Cylindrical-coordinate representation of color #5F7892: hue angle of 210.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7892 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB95120146-
CMYK0.350.1800.43
HSL210.59º21.16%47.25%-
HSV(B)210.59º34.93%57.25%-
XYZ16.6217.9429.78-
YUV115.49145.22113.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=26.32%
G=33.24%
B=40.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal951201460.350.1800.43210.5921.1647.25
Hex5F7892231202Bd3152f
Octal13717022243220533232557
Binary10111111111000100100101000111001001010111101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7892; }

 p { color: rgb(95,120,146); }

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

<style>
 a { background-color: #5F7892; }

 a { background-color: rgb(95,120,146); }

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

<style>
 span { border-color: #5F7892; }

 span { border-color: rgb(95,120,146); }

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