Html Css Color HEX #524568 Meteorite

📋 copy color: '#524568'

red 82 ◦ green 69 ◦ blue 104

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

Shades of Meteorite #524568

Tints of Meteorite #524568

RGB

 RED value IS 82 (32.42% from 255) = 32.16%

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

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

R = 32.16%
G = 27.06%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524568 (or 0x524568) is known color: Meteorite. HEX triplet: 52, 45 and 68. RGB value is (82,69,104). Sum of RGB (Red+Green+Blue) = 82+69+104=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #524568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524568 is #ADBA97. Grayscale: #4C4C4C. Windows color (decimal): -11385496 or 6833490. OLE color: 6833490.

HSL color Cylindrical-coordinate representation of color #524568: hue angle of 262.29º 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 #524568 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 69 104 -
CMYK 0.21 0.34 0 0.59
HSL 262.29º 0.2% 0.34% -
HSV(B) 262.29º 0.34% 0.41% -
XYZ 8.11 7.05 14.03 -
YUV 76.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 82 69 104 0.21 0.34 0 0.59 262.29 0.2 0.34
Hex 52 45 68 15 22 0 3B 106 14 22
Octal 122 105 150 25 42 0 73 406 24 42
Binary 1010010 1000101 1101000 10101 100010 0 111011 100000110 10100 100010

Color Harmonies of #524568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524568

Black with #524568

Text Example


Text Example

White with #524568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524568; }

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

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

background-color css

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

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

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

border-color css

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

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

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