#5F6985

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

Shades of Waikawa Grey #5F6985

Tints of Waikawa Grey #5F6985

Color information

#5F6985 (or 0x5F6985) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 69 and 85. RGB value is (95,105,133). Sum of RGB (Red+Green+Blue) = 95+105+133=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6985 is #A0967A. Grayscale: #696969. Windows color (decimal): -10524283 or 8743263. OLE color: 8743263.

HSL color Cylindrical-coordinate representation of color #5F6985: hue angle of 224.21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F6985 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95105133-
CMYK0.290.2100.48
HSL224.21º16.67%44.71%-
HSV(B)224.21º28.57%52.16%-
XYZ1414.2324.2-
YUV105.2143.69120.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=28.53%
G=31.53%
B=39.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951051330.290.2100.48224.2116.6744.71
Hex5F69851D15030e0112d
Octal13715120535250603402155
Binary1011111110100110000101111011010101100001110000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,133); }

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

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

 a { background-color: rgb(95,105,133); }

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

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

 span { border-color: rgb(95,105,133); }

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