Html Css Color HEX #525D61 Fiord

📋 copy color: '#525D61'

red 82 ◦ green 93 ◦ blue 97

#525D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #525D61

Tints of Fiord #525D61

RGB

 RED value IS 82 (32.42% from 255) = 30.15%

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 30.15%
G = 34.19%
B = 35.66%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525D61 (or 0x525D61) is known color: Fiord. HEX triplet: 52, 5D and 61. RGB value is (82,93,97). Sum of RGB (Red+Green+Blue) = 82+93+97=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #525D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D61 is #ADA29E. Grayscale: #5A5A5A. Windows color (decimal): -11379359 or 6380882. OLE color: 6380882.

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

Color convert

RGB 82 93 97 -
CMYK 0.15 0.04 0 0.62
HSL 196º 0.08% 0.35% -
HSV(B) 196º 0.15% 0.38% -
XYZ 9.55 10.49 12.83 -
YUV 90.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 82 93 97 0.15 0.04 0 0.62 196 0.08 0.35
Hex 52 5D 61 F 4 0 3E C4 8 23
Octal 122 135 141 17 4 0 76 304 10 43
Binary 1010010 1011101 1100001 1111 100 0 111110 11000100 1000 100011

Color Harmonies of #525D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D61

Black with #525D61

Text Example


Text Example

White with #525D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #525D61;
 }
 .AnyTagClassName
 {
   color: #525D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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