Html Css Color HEX #526168 Fiord

📋 copy color: '#526168'

red 82 ◦ green 97 ◦ blue 104

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

Shades of Fiord #526168

Tints of Fiord #526168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 28.98%
G = 34.28%
B = 36.75%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526168 (or 0x526168) is known color: Fiord. HEX triplet: 52, 61 and 68. RGB value is (82,97,104). Sum of RGB (Red+Green+Blue) = 82+97+104=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #526168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526168 is #AD9E97. Grayscale: #5D5D5D. Windows color (decimal): -11378328 or 6840658. OLE color: 6840658.

HSL color Cylindrical-coordinate representation of color #526168: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526168 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 97 104 -
CMYK 0.21 0.07 0 0.59
HSL 199.09º 0.12% 0.36% -
HSV(B) 199.09º 0.21% 0.41% -
XYZ 10.25 11.34 14.75 -
YUV 93.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 82 97 104 0.21 0.07 0 0.59 199.09 0.12 0.36
Hex 52 61 68 15 7 0 3B C7 C 24
Octal 122 141 150 25 7 0 73 307 14 44
Binary 1010010 1100001 1101000 10101 111 0 111011 11000111 1100 100100

Color Harmonies of #526168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526168

Black with #526168

Text Example


Text Example

White with #526168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526168; }

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

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

background-color css

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

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

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

border-color css

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

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

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