#5F7693

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

Shades of Waikawa Grey #5F7693

Tints of Waikawa Grey #5F7693

Color information

#5F7693 (or 0x5F7693) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 76 and 93. RGB value is (95,118,147). Sum of RGB (Red+Green+Blue) = 95+118+147=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F7693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7693 is #A0896C. Grayscale: #727272. Windows color (decimal): -10520941 or 9664095. OLE color: 9664095.

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

Color convert

RGB95118147-
CMYK0.350.2000.42
HSL213.46º21.49%47.45%-
HSV(B)213.46º35.37%57.65%-
XYZ16.4617.530.11-
YUV114.43146.38114.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=26.39%
G=32.78%
B=40.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951181470.350.2000.42213.4621.4947.45
Hex5F7693231402Ad5152f
Octal13716622343240523252557
Binary10111111110110100100111000111010001010101101010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,147); }

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

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

 a { background-color: rgb(95,118,147); }

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

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

 span { border-color: rgb(95,118,147); }

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