Html Css Color HEX #534F67 Smoky

📋 copy color: '#534F67'

red 83 ◦ green 79 ◦ blue 103

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

Shades of Smoky #534F67

Tints of Smoky #534F67

RGB

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

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

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

R = 31.32%
G = 29.81%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#534F67 (or 0x534F67) is known color: Smoky. HEX triplet: 53, 4F and 67. RGB value is (83,79,103). Sum of RGB (Red+Green+Blue) = 83+79+103=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 79 (31.25% from 255 or 29.81% 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 #534F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F67 is #ACB098. Grayscale: #525252. Windows color (decimal): -11317401 or 6770515. OLE color: 6770515.

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

Color convert

RGB 83 79 103 -
CMYK 0.19 0.23 0 0.60
HSL 250º 0.13% 0.36% -
HSV(B) 250º 0.23% 0.4% -
XYZ 8.81 8.41 13.99 -
YUV 82.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 83 79 103 0.19 0.23 0 0.60 250 0.13 0.36
Hex 53 4F 67 13 17 0 3C FA D 24
Octal 123 117 147 23 27 0 74 372 15 44
Binary 1010011 1001111 1100111 10011 10111 0 111100 11111010 1101 100100

Color Harmonies of #534F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F67

Black with #534F67

Text Example


Text Example

White with #534F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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