Html Css Color HEX #564274 Meteorite

📋 copy color: '#564274'

red 86 ◦ green 66 ◦ blue 116

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

Shades of Meteorite #564274

Tints of Meteorite #564274

RGB

 RED value IS 86 (33.98% from 255) = 32.09%

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

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 32.09%
G = 24.63%
B = 43.28%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564274 (or 0x564274) is known color: Meteorite. HEX triplet: 56, 42 and 74. RGB value is (86,66,116). Sum of RGB (Red+Green+Blue) = 86+66+116=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #564274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564274 is #A9BD8B. Grayscale: #4D4D4D. Windows color (decimal): -11124108 or 7619158. OLE color: 7619158.

HSL color Cylindrical-coordinate representation of color #564274: hue angle of 264º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564274 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 66 116 -
CMYK 0.26 0.43 0 0.55
HSL 264º 0.27% 0.36% -
HSV(B) 264º 0.43% 0.45% -
XYZ 8.94 7.14 17.43 -
YUV 77.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 86 66 116 0.26 0.43 0 0.55 264 0.27 0.36
Hex 56 42 74 1A 2B 0 37 108 1B 24
Octal 126 102 164 32 53 0 67 410 33 44
Binary 1010110 1000010 1110100 11010 101011 0 110111 100001000 11011 100100

Color Harmonies of #564274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564274

Black with #564274

Text Example


Text Example

White with #564274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564274; }

 p { color: rgb(86,66,116); }

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

background-color css

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

 a { background-color: rgb(86,66,116); }

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

border-color css

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

 span { border-color: rgb(86,66,116); }

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