Html Css Color HEX #524467 Meteorite

📋 copy color: '#524467'

red 82 ◦ green 68 ◦ blue 103

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

Shades of Meteorite #524467

Tints of Meteorite #524467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 32.41%
G = 26.88%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524467 (or 0x524467) is known color: Meteorite. HEX triplet: 52, 44 and 67. RGB value is (82,68,103). Sum of RGB (Red+Green+Blue) = 82+68+103=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #524467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524467 is #ADBB98. Grayscale: #4C4C4C. Windows color (decimal): -11385753 or 6767698. OLE color: 6767698.

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

Color convert

RGB 82 68 103 -
CMYK 0.20 0.34 0 0.60
HSL 264º 0.2% 0.34% -
HSV(B) 264º 0.34% 0.4% -
XYZ 7.99 6.91 13.74 -
YUV 76.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 82 68 103 0.20 0.34 0 0.60 264 0.2 0.34
Hex 52 44 67 14 22 0 3C 108 14 22
Octal 122 104 147 24 42 0 74 410 24 42
Binary 1010010 1000100 1100111 10100 100010 0 111100 100001000 10100 100010

Color Harmonies of #524467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524467

Black with #524467

Text Example


Text Example

White with #524467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524467; }

 p { color: rgb(82,68,103); }

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

background-color css

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

 a { background-color: rgb(82,68,103); }

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

border-color css

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

 span { border-color: rgb(82,68,103); }

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