Html Css Color HEX #526065 Fiord

📋 copy color: '#526065'

red 82 ◦ green 96 ◦ blue 101

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

Shades of Fiord #526065

Tints of Fiord #526065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 29.39%
G = 34.41%
B = 36.2%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#526065 (or 0x526065) is known color: Fiord. HEX triplet: 52, 60 and 65. RGB value is (82,96,101). Sum of RGB (Red+Green+Blue) = 82+96+101=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #526065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526065 is #AD9F9A. Grayscale: #5C5C5C. Windows color (decimal): -11378587 or 6643794. OLE color: 6643794.

HSL color Cylindrical-coordinate representation of color #526065: hue angle of 195.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526065 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 96 101 -
CMYK 0.19 0.05 0 0.60
HSL 195.79º 0.1% 0.36% -
HSV(B) 195.79º 0.19% 0.4% -
XYZ 10.01 11.1 13.93 -
YUV 92.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 82 96 101 0.19 0.05 0 0.60 195.79 0.1 0.36
Hex 52 60 65 13 5 0 3C C4 A 24
Octal 122 140 145 23 5 0 74 304 12 44
Binary 1010010 1100000 1100101 10011 101 0 111100 11000100 1010 100100

Color Harmonies of #526065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526065

Black with #526065

Text Example


Text Example

White with #526065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526065; }

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

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

background-color css

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

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

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

border-color css

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

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

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