Html Css Color HEX #534568 Meteorite

📋 copy color: '#534568'

red 83 ◦ green 69 ◦ blue 104

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

Shades of Meteorite #534568

Tints of Meteorite #534568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 32.42%
G = 26.95%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534568 (or 0x534568) is known color: Meteorite. HEX triplet: 53, 45 and 68. RGB value is (83,69,104). Sum of RGB (Red+Green+Blue) = 83+69+104=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #534568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534568 is #ACBA97. Grayscale: #4D4D4D. Windows color (decimal): -11319960 or 6833491. OLE color: 6833491.

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

Color convert

RGB 83 69 104 -
CMYK 0.20 0.34 0 0.59
HSL 264º 0.2% 0.34% -
HSV(B) 264º 0.34% 0.41% -
XYZ 8.19 7.09 14.03 -
YUV 77.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 83 69 104 0.20 0.34 0 0.59 264 0.2 0.34
Hex 53 45 68 14 22 0 3B 108 14 22
Octal 123 105 150 24 42 0 73 410 24 42
Binary 1010011 1000101 1101000 10100 100010 0 111011 100001000 10100 100010

Color Harmonies of #534568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534568

Black with #534568

Text Example


Text Example

White with #534568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534568; }

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

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

background-color css

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

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

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

border-color css

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

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

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