#525E65

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

Shades of Fiord #525E65

Tints of Fiord #525E65

Color information

#525E65 (or 0x525E65) is unknown color: approx Fiord. HEX triplet: 52, 5E and 65. RGB value is (82,94,101). Sum of RGB (Red+Green+Blue) = 82+94+101=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #525E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E65 is #ADA19A. Grayscale: #5B5B5B. Windows color (decimal): -11379099 or 6643282. OLE color: 6643282.

HSL color Cylindrical-coordinate representation of color #525E65: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525E65 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8294101-
CMYK0.190.0700.60
HSL202.11º10.38%35.88%-
HSV(B)202.11º18.81%39.61%-
XYZ9.8310.7413.87-
YUV91.21133.52121.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=29.60%
G=33.94%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82941010.190.0700.60202.1110.3835.88
Hex525E6513703Ccaa24
Octal1221361452370743121244
Binary101001010111101100101100111110111100110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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