Html Css Color HEX #525C61 Fiord

📋 copy color: '#525C61'

red 82 ◦ green 92 ◦ blue 97

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

Shades of Fiord #525C61

Tints of Fiord #525C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

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

R = 30.26%
G = 33.95%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525C61 (or 0x525C61) is known color: Fiord. HEX triplet: 52, 5C and 61. RGB value is (82,92,97). Sum of RGB (Red+Green+Blue) = 82+92+97=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #525C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C61 is #ADA39E. Grayscale: #595959. Windows color (decimal): -11379615 or 6380626. OLE color: 6380626.

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

Color convert

RGB 82 92 97 -
CMYK 0.15 0.05 0 0.62
HSL 200º 0.08% 0.35% -
HSV(B) 200º 0.15% 0.38% -
XYZ 9.46 10.31 12.8 -
YUV 89.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 82 92 97 0.15 0.05 0 0.62 200 0.08 0.35
Hex 52 5C 61 F 5 0 3E C8 8 23
Octal 122 134 141 17 5 0 76 310 10 43
Binary 1010010 1011100 1100001 1111 101 0 111110 11001000 1000 100011

Color Harmonies of #525C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C61

Black with #525C61

Text Example


Text Example

White with #525C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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