#525A60

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

Shades of Fiord #525A60

Tints of Fiord #525A60

Color information

#525A60 (or 0x525A60) is unknown color: approx Fiord. HEX triplet: 52, 5A and 60. RGB value is (82,90,96). Sum of RGB (Red+Green+Blue) = 82+90+96=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #525A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A60 is #ADA59F. Grayscale: #585858. Windows color (decimal): -11380128 or 6314578. OLE color: 6314578.

HSL color Cylindrical-coordinate representation of color #525A60: hue angle of 205.71º 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 #525A60 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB829096-
CMYK0.150.0600.62
HSL205.71º7.87%34.9%-
HSV(B)205.71º14.58%37.65%-
XYZ9.259.9512.5-
YUV88.29132.35123.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=30.60%
G=33.58%
B=35.82%

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
Decimal8290960.150.0600.62205.717.8734.9
Hex525A60F603Ece823
Octal1221321401760763161043
Binary10100101011010110000011111100111110110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,96); }

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

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

 a { background-color: rgb(82,90,96); }

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

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

 span { border-color: rgb(82,90,96); }

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