Html Css Color HEX #525067 Smoky

📋 copy color: '#525067'

red 82 ◦ green 80 ◦ blue 103

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

Shades of Smoky #525067

Tints of Smoky #525067

RGB

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

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

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

R = 30.94%
G = 30.19%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525067 (or 0x525067) is known color: Smoky. HEX triplet: 52, 50 and 67. RGB value is (82,80,103). Sum of RGB (Red+Green+Blue) = 82+80+103=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #525067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525067 is #ADAF98. Grayscale: #535353. Windows color (decimal): -11382681 or 6770770. OLE color: 6770770.

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

Color convert

RGB 82 80 103 -
CMYK 0.20 0.22 0 0.60
HSL 245.22º 0.13% 0.36% -
HSV(B) 245.22º 0.22% 0.4% -
XYZ 8.8 8.51 14.01 -
YUV 83.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 82 80 103 0.20 0.22 0 0.60 245.22 0.13 0.36
Hex 52 50 67 14 16 0 3C F5 D 24
Octal 122 120 147 24 26 0 74 365 15 44
Binary 1010010 1010000 1100111 10100 10110 0 111100 11110101 1101 100100

Color Harmonies of #525067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525067

Black with #525067

Text Example


Text Example

White with #525067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525067; }

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

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

background-color css

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

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

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

border-color css

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

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

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