Html Css Color HEX #525C66 Fiord

📋 copy color: '#525C66'

red 82 ◦ green 92 ◦ blue 102

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

Shades of Fiord #525C66

Tints of Fiord #525C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 29.71%
G = 33.33%
B = 36.96%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#525C66 (or 0x525C66) is known color: Fiord. HEX triplet: 52, 5C and 66. RGB value is (82,92,102). Sum of RGB (Red+Green+Blue) = 82+92+102=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #525C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C66 is #ADA399. Grayscale: #5A5A5A. Windows color (decimal): -11379610 or 6708306. OLE color: 6708306.

HSL color Cylindrical-coordinate representation of color #525C66: hue angle of 210º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525C66 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 92 102 -
CMYK 0.20 0.10 0 0.6
HSL 210º 0.11% 0.36% -
HSV(B) 210º 0.2% 0.4% -
XYZ 9.71 10.41 14.07 -
YUV 90.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 82 92 102 0.20 0.10 0 0.6 210 0.11 0.36
Hex 52 5C 66 14 A 0 3C D2 B 24
Octal 122 134 146 24 12 0 74 322 13 44
Binary 1010010 1011100 1100110 10100 1010 0 111100 11010010 1011 100100

Color Harmonies of #525C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C66

Black with #525C66

Text Example


Text Example

White with #525C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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