Html Css Color HEX #534368 Meteorite

📋 copy color: '#534368'

red 83 ◦ green 67 ◦ blue 104

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

Shades of Meteorite #534368

Tints of Meteorite #534368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 32.68%
G = 26.38%
B = 40.94%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534368 (or 0x534368) is known color: Meteorite. HEX triplet: 53, 43 and 68. RGB value is (83,67,104). Sum of RGB (Red+Green+Blue) = 83+67+104=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #534368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534368 is #ACBC97. Grayscale: #4B4B4B. Windows color (decimal): -11320472 or 6832979. OLE color: 6832979.

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

Color convert

RGB 83 67 104 -
CMYK 0.20 0.36 0 0.59
HSL 265.95º 0.22% 0.34% -
HSV(B) 265.95º 0.36% 0.41% -
XYZ 8.07 6.85 13.99 -
YUV 76 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 83 67 104 0.20 0.36 0 0.59 265.95 0.22 0.34
Hex 53 43 68 14 24 0 3B 10A 16 22
Octal 123 103 150 24 44 0 73 412 26 42
Binary 1010011 1000011 1101000 10100 100100 0 111011 100001010 10110 100010

Color Harmonies of #534368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534368

Black with #534368

Text Example


Text Example

White with #534368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534368; }

 p { color: rgb(83,67,104); }

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

background-color css

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

 a { background-color: rgb(83,67,104); }

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

border-color css

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

 span { border-color: rgb(83,67,104); }

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