#525B61

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

Shades of Fiord #525B61

Tints of Fiord #525B61

Color information

#525B61 (or 0x525B61) is unknown color: approx Fiord. HEX triplet: 52, 5B and 61. RGB value is (82,91,97). Sum of RGB (Red+Green+Blue) = 82+91+97=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #525B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B61 is #ADA49E. Grayscale: #585858. Windows color (decimal): -11379871 or 6380370. OLE color: 6380370.

HSL color Cylindrical-coordinate representation of color #525B61: hue angle of 204º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525B61 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB829197-
CMYK0.150.0600.62
HSL204º8.38%35.1%-
HSV(B)204º15.46%38.04%-
XYZ9.3810.1412.77-
YUV88.99132.52123.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=30.37%
G=33.70%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8291970.150.0600.622048.3835.1
Hex525B61F603Ecc823
Octal1221331411760763141043
Binary10100101011011110000111111100111110110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,91,97); }

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

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

 a { background-color: rgb(82,91,97); }

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

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

 span { border-color: rgb(82,91,97); }

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