Html Css Color HEX #524267 Meteorite

📋 copy color: '#524267'

red 82 ◦ green 66 ◦ blue 103

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

Shades of Meteorite #524267

Tints of Meteorite #524267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 32.67%
G = 26.29%
B = 41.04%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524267 (or 0x524267) is known color: Meteorite. HEX triplet: 52, 42 and 67. RGB value is (82,66,103). Sum of RGB (Red+Green+Blue) = 82+66+103=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #524267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524267 is #ADBD98. Grayscale: #4A4A4A. Windows color (decimal): -11386265 or 6767186. OLE color: 6767186.

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

Color convert

RGB 82 66 103 -
CMYK 0.20 0.36 0 0.60
HSL 265.95º 0.22% 0.33% -
HSV(B) 265.95º 0.36% 0.4% -
XYZ 7.88 6.67 13.7 -
YUV 75 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 82 66 103 0.20 0.36 0 0.60 265.95 0.22 0.33
Hex 52 42 67 14 24 0 3C 10A 16 21
Octal 122 102 147 24 44 0 74 412 26 41
Binary 1010010 1000010 1100111 10100 100100 0 111100 100001010 10110 100001

Color Harmonies of #524267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524267

Black with #524267

Text Example


Text Example

White with #524267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524267; }

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

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

background-color css

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

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

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

border-color css

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

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

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