Html Css Color HEX #534F69 Smoky

📋 copy color: '#534F69'

red 83 ◦ green 79 ◦ blue 105

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

Shades of Smoky #534F69

Tints of Smoky #534F69

RGB

 RED value IS 83 (32.81% from 255) = 31.09%

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 31.09%
G = 29.59%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534F69 (or 0x534F69) is known color: Smoky. HEX triplet: 53, 4F and 69. RGB value is (83,79,105). Sum of RGB (Red+Green+Blue) = 83+79+105=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #534F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F69 is #ACB096. Grayscale: #535353. Windows color (decimal): -11317399 or 6901587. OLE color: 6901587.

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

Color convert

RGB 83 79 105 -
CMYK 0.21 0.25 0 0.59
HSL 249.23º 0.14% 0.36% -
HSV(B) 249.23º 0.25% 0.41% -
XYZ 8.91 8.45 14.53 -
YUV 83.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 83 79 105 0.21 0.25 0 0.59 249.23 0.14 0.36
Hex 53 4F 69 15 19 0 3B F9 E 24
Octal 123 117 151 25 31 0 73 371 16 44
Binary 1010011 1001111 1101001 10101 11001 0 111011 11111001 1110 100100

Color Harmonies of #534F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F69

Black with #534F69

Text Example


Text Example

White with #534F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F69; }

 p { color: rgb(83,79,105); }

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

background-color css

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

 a { background-color: rgb(83,79,105); }

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

border-color css

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

 span { border-color: rgb(83,79,105); }

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