Html Css Color HEX #554272 Meteorite

📋 copy color: '#554272'

red 85 ◦ green 66 ◦ blue 114

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

Shades of Meteorite #554272

Tints of Meteorite #554272

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 32.08%
G = 24.91%
B = 43.02%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554272 (or 0x554272) is known color: Meteorite. HEX triplet: 55, 42 and 72. RGB value is (85,66,114). Sum of RGB (Red+Green+Blue) = 85+66+114=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #554272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554272 is #AABD8D. Grayscale: #4C4C4C. Windows color (decimal): -11189646 or 7488085. OLE color: 7488085.

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

Color convert

RGB 85 66 114 -
CMYK 0.25 0.42 0 0.55
HSL 263.75º 0.27% 0.35% -
HSV(B) 263.75º 0.42% 0.45% -
XYZ 8.73 7.04 16.82 -
YUV 77.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 85 66 114 0.25 0.42 0 0.55 263.75 0.27 0.35
Hex 55 42 72 19 2A 0 37 108 1B 23
Octal 125 102 162 31 52 0 67 410 33 43
Binary 1010101 1000010 1110010 11001 101010 0 110111 100001000 11011 100011

Color Harmonies of #554272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554272

Black with #554272

Text Example


Text Example

White with #554272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554272; }

 p { color: rgb(85,66,114); }

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

background-color css

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

 a { background-color: rgb(85,66,114); }

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

border-color css

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

 span { border-color: rgb(85,66,114); }

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