Html Css Color HEX #524068 Meteorite

📋 copy color: '#524068'

red 82 ◦ green 64 ◦ blue 104

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

Shades of Meteorite #524068

Tints of Meteorite #524068

RGB

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

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

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

R = 32.8%
G = 25.6%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524068 (or 0x524068) is known color: Meteorite. HEX triplet: 52, 40 and 68. RGB value is (82,64,104). Sum of RGB (Red+Green+Blue) = 82+64+104=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #524068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524068 is #ADBF97. Grayscale: #494949. Windows color (decimal): -11386776 or 6832210. OLE color: 6832210.

HSL color Cylindrical-coordinate representation of color #524068: hue angle of 267º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524068 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 64 104 -
CMYK 0.21 0.38 0 0.59
HSL 267º 0.24% 0.33% -
HSV(B) 267º 0.38% 0.41% -
XYZ 7.81 6.46 13.93 -
YUV 73.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 82 64 104 0.21 0.38 0 0.59 267 0.24 0.33
Hex 52 40 68 15 26 0 3B 10B 18 21
Octal 122 100 150 25 46 0 73 413 30 41
Binary 1010010 1000000 1101000 10101 100110 0 111011 100001011 11000 100001

Color Harmonies of #524068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524068

Black with #524068

Text Example


Text Example

White with #524068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524068; }

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

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

background-color css

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

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

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

border-color css

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

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

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