Html Css Color HEX #525A5D Fiord

📋 copy color: '#525A5D'

red 82 ◦ green 90 ◦ blue 93

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

Shades of Fiord #525A5D

Tints of Fiord #525A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 30.94%
G = 33.96%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#525A5D (or 0x525A5D) is known color: Fiord. HEX triplet: 52, 5A and 5D. RGB value is (82,90,93). Sum of RGB (Red+Green+Blue) = 82+90+93=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #525A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A5D is #ADA5A2. Grayscale: #575757. Windows color (decimal): -11380131 or 6117970. OLE color: 6117970.

HSL color Cylindrical-coordinate representation of color #525A5D: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525A5D is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 90 93 -
CMYK 0.12 0.03 0 0.64
HSL 196.36º 0.06% 0.34% -
HSV(B) 196.36º 0.12% 0.36% -
XYZ 9.11 9.9 11.79 -
YUV 87.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 82 90 93 0.12 0.03 0 0.64 196.36 0.06 0.34
Hex 52 5A 5D C 3 0 40 C4 6 22
Octal 122 132 135 14 3 0 100 304 6 42
Binary 1010010 1011010 1011101 1100 11 0 1000000 11000100 110 100010

Color Harmonies of #525A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A5D

Black with #525A5D

Text Example


Text Example

White with #525A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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