#525F6A

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

Shades of Fiord #525F6A

Tints of Fiord #525F6A

Color information

#525F6A (or 0x525F6A) is unknown color: approx Fiord. HEX triplet: 52, 5F and 6A. RGB value is (82,95,106). Sum of RGB (Red+Green+Blue) = 82+95+106=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #525F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F6A is #ADA095. Grayscale: #5C5C5C. Windows color (decimal): -11378838 or 6971218. OLE color: 6971218.

HSL color Cylindrical-coordinate representation of color #525F6A: hue angle of 207.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #525F6A is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8295106-
CMYK0.230.1000.58
HSL207.5º12.77%36.86%-
HSV(B)207.5º22.64%41.57%-
XYZ10.1711.0215.23-
YUV92.37135.69120.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=28.98%
G=33.57%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82951060.230.1000.58207.512.7736.86
Hex525F6A17A03Ad0d25
Octal12213715227120723201545
Binary1010010101111111010101011110100111010110100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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