Html Css Color HEX #525D62 Fiord

📋 copy color: '#525D62'

red 82 ◦ green 93 ◦ blue 98

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

Shades of Fiord #525D62

Tints of Fiord #525D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 30.04%
G = 34.07%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525D62 (or 0x525D62) is known color: Fiord. HEX triplet: 52, 5D and 62. RGB value is (82,93,98). Sum of RGB (Red+Green+Blue) = 82+93+98=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #525D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D62 is #ADA29D. Grayscale: #5A5A5A. Windows color (decimal): -11379358 or 6446418. OLE color: 6446418.

HSL color Cylindrical-coordinate representation of color #525D62: hue angle of 198.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525D62 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 93 98 -
CMYK 0.16 0.05 0 0.62
HSL 198.75º 0.09% 0.35% -
HSV(B) 198.75º 0.16% 0.38% -
XYZ 9.6 10.5 13.08 -
YUV 90.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 82 93 98 0.16 0.05 0 0.62 198.75 0.09 0.35
Hex 52 5D 62 10 5 0 3E C7 9 23
Octal 122 135 142 20 5 0 76 307 11 43
Binary 1010010 1011101 1100010 10000 101 0 111110 11000111 1001 100011

Color Harmonies of #525D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D62

Black with #525D62

Text Example


Text Example

White with #525D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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