Html Css Color HEX #534F6B Smoky

📋 copy color: '#534F6B'

red 83 ◦ green 79 ◦ blue 107

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

Shades of Smoky #534F6B

Tints of Smoky #534F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 30.86%
G = 29.37%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#534F6B (or 0x534F6B) is known color: Smoky. HEX triplet: 53, 4F and 6B. RGB value is (83,79,107). Sum of RGB (Red+Green+Blue) = 83+79+107=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #534F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F6B is #ACB094. Grayscale: #535353. Windows color (decimal): -11317397 or 7032659. OLE color: 7032659.

HSL color Cylindrical-coordinate representation of color #534F6B: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #534F6B is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 79 107 -
CMYK 0.22 0.26 0 0.58
HSL 248.57º 0.15% 0.36% -
HSV(B) 248.57º 0.26% 0.42% -
XYZ 9.02 8.49 15.07 -
YUV 83.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 83 79 107 0.22 0.26 0 0.58 248.57 0.15 0.36
Hex 53 4F 6B 16 1A 0 3A F9 F 24
Octal 123 117 153 26 32 0 72 371 17 44
Binary 1010011 1001111 1101011 10110 11010 0 111010 11111001 1111 100100

Color Harmonies of #534F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F6B

Black with #534F6B

Text Example


Text Example

White with #534F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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