Html Css Color HEX #526167 Fiord

📋 copy color: '#526167'

red 82 ◦ green 97 ◦ blue 103

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

Shades of Fiord #526167

Tints of Fiord #526167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 29.08%
G = 34.4%
B = 36.52%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#526167 (or 0x526167) is known color: Fiord. HEX triplet: 52, 61 and 67. RGB value is (82,97,103). Sum of RGB (Red+Green+Blue) = 82+97+103=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #526167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526167 is #AD9E98. Grayscale: #5D5D5D. Windows color (decimal): -11378329 or 6775122. OLE color: 6775122.

HSL color Cylindrical-coordinate representation of color #526167: hue angle of 197.14º 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 #526167 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 97 103 -
CMYK 0.20 0.06 0 0.60
HSL 197.14º 0.11% 0.36% -
HSV(B) 197.14º 0.2% 0.4% -
XYZ 10.2 11.32 14.48 -
YUV 93.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 82 97 103 0.20 0.06 0 0.60 197.14 0.11 0.36
Hex 52 61 67 14 6 0 3C C5 B 24
Octal 122 141 147 24 6 0 74 305 13 44
Binary 1010010 1100001 1100111 10100 110 0 111100 11000101 1011 100100

Color Harmonies of #526167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526167

Black with #526167

Text Example


Text Example

White with #526167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526167; }

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

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

background-color css

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

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

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

border-color css

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

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

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