Html Css Color HEX #534572 Meteorite

📋 copy color: '#534572'

red 83 ◦ green 69 ◦ blue 114

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

Shades of Meteorite #534572

Tints of Meteorite #534572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 31.2%
G = 25.94%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534572 (or 0x534572) is known color: Meteorite. HEX triplet: 53, 45 and 72. RGB value is (83,69,114). Sum of RGB (Red+Green+Blue) = 83+69+114=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #534572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534572 is #ACBA8D. Grayscale: #4E4E4E. Windows color (decimal): -11319950 or 7488851. OLE color: 7488851.

HSL color Cylindrical-coordinate representation of color #534572: hue angle of 258.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534572 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 69 114 -
CMYK 0.27 0.39 0 0.55
HSL 258.67º 0.25% 0.36% -
HSV(B) 258.67º 0.39% 0.45% -
XYZ 8.73 7.31 16.87 -
YUV 78.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 83 69 114 0.27 0.39 0 0.55 258.67 0.25 0.36
Hex 53 45 72 1B 27 0 37 103 19 24
Octal 123 105 162 33 47 0 67 403 31 44
Binary 1010011 1000101 1110010 11011 100111 0 110111 100000011 11001 100100

Color Harmonies of #534572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534572

Black with #534572

Text Example


Text Example

White with #534572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534572; }

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

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

background-color css

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

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

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

border-color css

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

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

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