Html Css Color HEX #534074 Meteorite

📋 copy color: '#534074'

red 83 ◦ green 64 ◦ blue 116

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

Shades of Meteorite #534074

Tints of Meteorite #534074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 31.56%
G = 24.33%
B = 44.11%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534074 (or 0x534074) is known color: Meteorite. HEX triplet: 53, 40 and 74. RGB value is (83,64,116). Sum of RGB (Red+Green+Blue) = 83+64+116=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #534074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534074 is #ACBF8B. Grayscale: #4B4B4B. Windows color (decimal): -11321228 or 7618643. OLE color: 7618643.

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

Color convert

RGB 83 64 116 -
CMYK 0.28 0.45 0 0.55
HSL 261.92º 0.29% 0.35% -
HSV(B) 261.92º 0.45% 0.45% -
XYZ 8.55 6.77 17.38 -
YUV 75.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 83 64 116 0.28 0.45 0 0.55 261.92 0.29 0.35
Hex 53 40 74 1C 2D 0 37 106 1D 23
Octal 123 100 164 34 55 0 67 406 35 43
Binary 1010011 1000000 1110100 11100 101101 0 110111 100000110 11101 100011

Color Harmonies of #534074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534074

Black with #534074

Text Example


Text Example

White with #534074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534074; }

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

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

background-color css

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

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

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

border-color css

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

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

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