Html Css Color HEX #524067 Meteorite

📋 copy color: '#524067'

red 82 ◦ green 64 ◦ blue 103

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

Shades of Meteorite #524067

Tints of Meteorite #524067

RGB

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

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

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

R = 32.93%
G = 25.7%
B = 41.37%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524067 (or 0x524067) is known color: Meteorite. HEX triplet: 52, 40 and 67. RGB value is (82,64,103). Sum of RGB (Red+Green+Blue) = 82+64+103=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #524067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524067 is #ADBF98. Grayscale: #494949. Windows color (decimal): -11386777 or 6766674. OLE color: 6766674.

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

Color convert

RGB 82 64 103 -
CMYK 0.20 0.38 0 0.60
HSL 267.69º 0.23% 0.33% -
HSV(B) 267.69º 0.38% 0.4% -
XYZ 7.76 6.44 13.67 -
YUV 73.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 82 64 103 0.20 0.38 0 0.60 267.69 0.23 0.33
Hex 52 40 67 14 26 0 3C 10C 17 21
Octal 122 100 147 24 46 0 74 414 27 41
Binary 1010010 1000000 1100111 10100 100110 0 111100 100001100 10111 100001

Color Harmonies of #524067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524067

Black with #524067

Text Example


Text Example

White with #524067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524067; }

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

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

background-color css

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

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

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

border-color css

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

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

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