#575F63

Color #575F63 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #575F63

Tints of Fiord #575F63

Color information

#575F63 (or 0x575F63) is unknown color: approx Fiord. HEX triplet: 57, 5F and 63. RGB value is (87,95,99). Sum of RGB (Red+Green+Blue) = 87+95+99=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #575F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F63 is #A8A09C. Grayscale: #5D5D5D. Windows color (decimal): -11051165 or 6512471. OLE color: 6512471.

HSL color Cylindrical-coordinate representation of color #575F63: hue angle of 200º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575F63 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879599-
CMYK0.120.0400.61
HSL200º6.45%36.47%-
HSV(B)200º12.12%38.82%-
XYZ10.2711.1113.41-
YUV93.06131.35123.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=30.96%
G=33.81%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8795990.120.0400.612006.4536.47
Hex575F63C403Dc8624
Octal127137143144075310644
Binary1010111101111111000111100100011110111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F63; }

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

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

<style>
 a { background-color: #575F63; }

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

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

<style>
 span { border-color: #575F63; }

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

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