#525E66

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

Shades of Fiord #525E66

Tints of Fiord #525E66

Color information

#525E66 (or 0x525E66) is unknown color: approx Fiord. HEX triplet: 52, 5E and 66. RGB value is (82,94,102). Sum of RGB (Red+Green+Blue) = 82+94+102=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #525E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E66 is #ADA199. Grayscale: #5B5B5B. Windows color (decimal): -11379098 or 6708818. OLE color: 6708818.

HSL color Cylindrical-coordinate representation of color #525E66: hue angle of 204º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525E66 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8294102-
CMYK0.200.0800.6
HSL204º10.87%36.08%-
HSV(B)204º19.61%40%-
XYZ9.8810.7614.13-
YUV91.32134.02121.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=29.50%
G=33.81%
B=36.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82941020.200.0800.620410.8736.08
Hex525E6614803Cccb24
Octal12213614624100743141344
Binary1010010101111011001101010010000111100110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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