Html Css Color HEX #526066 Fiord

📋 copy color: '#526066'

red 82 ◦ green 96 ◦ blue 102

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

Shades of Fiord #526066

Tints of Fiord #526066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 29.29%
G = 34.29%
B = 36.43%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#526066 (or 0x526066) is known color: Fiord. HEX triplet: 52, 60 and 66. RGB value is (82,96,102). Sum of RGB (Red+Green+Blue) = 82+96+102=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #526066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526066 is #AD9F99. Grayscale: #5C5C5C. Windows color (decimal): -11378586 or 6709330. OLE color: 6709330.

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

Color convert

RGB 82 96 102 -
CMYK 0.20 0.06 0 0.6
HSL 198º 0.11% 0.36% -
HSV(B) 198º 0.2% 0.4% -
XYZ 10.06 11.12 14.19 -
YUV 92.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 82 96 102 0.20 0.06 0 0.6 198 0.11 0.36
Hex 52 60 66 14 6 0 3C C6 B 24
Octal 122 140 146 24 6 0 74 306 13 44
Binary 1010010 1100000 1100110 10100 110 0 111100 11000110 1011 100100

Color Harmonies of #526066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526066

Black with #526066

Text Example


Text Example

White with #526066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526066; }

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

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

background-color css

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

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

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

border-color css

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

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

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