#525E63

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

Shades of Fiord #525E63

Tints of Fiord #525E63

Color information

#525E63 (or 0x525E63) is unknown color: approx Fiord. HEX triplet: 52, 5E and 63. RGB value is (82,94,99). Sum of RGB (Red+Green+Blue) = 82+94+99=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #525E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E63 is #ADA19C. Grayscale: #5A5A5A. Windows color (decimal): -11379101 or 6512210. OLE color: 6512210.

HSL color Cylindrical-coordinate representation of color #525E63: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525E63 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB829499-
CMYK0.170.0500.61
HSL197.65º9.39%35.49%-
HSV(B)197.65º17.17%38.82%-
XYZ9.7310.713.36-
YUV90.98132.52121.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 99 (39.06% from 255) = 36%
R=29.82%
G=34.18%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8294990.170.0500.61197.659.3935.49
Hex525E6311503Dc6923
Octal1221361432150753061143
Binary101001010111101100011100011010111101110001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E63; }

 p { color: rgb(82,94,99); }

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

<style>
 a { background-color: #525E63; }

 a { background-color: rgb(82,94,99); }

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

<style>
 span { border-color: #525E63; }

 span { border-color: rgb(82,94,99); }

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