Html Css Color HEX #525068 Smoky

📋 copy color: '#525068'

red 82 ◦ green 80 ◦ blue 104

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

Shades of Smoky #525068

Tints of Smoky #525068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 30.83%
G = 30.08%
B = 39.1%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525068 (or 0x525068) is known color: Smoky. HEX triplet: 52, 50 and 68. RGB value is (82,80,104). Sum of RGB (Red+Green+Blue) = 82+80+104=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #525068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525068 is #ADAF97. Grayscale: #535353. Windows color (decimal): -11382680 or 6836306. OLE color: 6836306.

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

Color convert

RGB 82 80 104 -
CMYK 0.21 0.23 0 0.59
HSL 245º 0.13% 0.36% -
HSV(B) 245º 0.23% 0.41% -
XYZ 8.85 8.53 14.28 -
YUV 83.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 82 80 104 0.21 0.23 0 0.59 245 0.13 0.36
Hex 52 50 68 15 17 0 3B F5 D 24
Octal 122 120 150 25 27 0 73 365 15 44
Binary 1010010 1010000 1101000 10101 10111 0 111011 11110101 1101 100100

Color Harmonies of #525068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525068

Black with #525068

Text Example


Text Example

White with #525068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525068; }

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

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

background-color css

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

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

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

border-color css

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

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

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