#525F69

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

Shades of Fiord #525F69

Tints of Fiord #525F69

Color information

#525F69 (or 0x525F69) is unknown color: approx Fiord. HEX triplet: 52, 5F and 69. RGB value is (82,95,105). Sum of RGB (Red+Green+Blue) = 82+95+105=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #525F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F69 is #ADA096. Grayscale: #5C5C5C. Windows color (decimal): -11378839 or 6905682. OLE color: 6905682.

HSL color Cylindrical-coordinate representation of color #525F69: hue angle of 206.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525F69 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8295105-
CMYK0.220.1000.59
HSL206.09º12.3%36.67%-
HSV(B)206.09º21.9%41.18%-
XYZ10.121114.95-
YUV92.25135.19120.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=29.08%
G=33.69%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82951050.220.1000.59206.0912.336.67
Hex525F6916A03Bcec25
Octal12213715126120733161445
Binary1010010101111111010011011010100111011110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,95,105); }

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

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

 a { background-color: rgb(82,95,105); }

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

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

 span { border-color: rgb(82,95,105); }

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