Html Css Color HEX #534073 Meteorite

📋 copy color: '#534073'

red 83 ◦ green 64 ◦ blue 115

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

Shades of Meteorite #534073

Tints of Meteorite #534073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 31.68%
G = 24.43%
B = 43.89%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534073 (or 0x534073) is known color: Meteorite. HEX triplet: 53, 40 and 73. RGB value is (83,64,115). Sum of RGB (Red+Green+Blue) = 83+64+115=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #534073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534073 is #ACBF8C. Grayscale: #4B4B4B. Windows color (decimal): -11321229 or 7553107. OLE color: 7553107.

HSL color Cylindrical-coordinate representation of color #534073: hue angle of 262.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534073 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 64 115 -
CMYK 0.28 0.44 0 0.55
HSL 262.35º 0.28% 0.35% -
HSV(B) 262.35º 0.44% 0.45% -
XYZ 8.5 6.74 17.07 -
YUV 75.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 83 64 115 0.28 0.44 0 0.55 262.35 0.28 0.35
Hex 53 40 73 1C 2C 0 37 106 1C 23
Octal 123 100 163 34 54 0 67 406 34 43
Binary 1010011 1000000 1110011 11100 101100 0 110111 100000110 11100 100011

Color Harmonies of #534073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534073

Black with #534073

Text Example


Text Example

White with #534073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534073; }

 p { color: rgb(83,64,115); }

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

background-color css

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

 a { background-color: rgb(83,64,115); }

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

border-color css

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

 span { border-color: rgb(83,64,115); }

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