Html Css Color HEX #554072 Meteorite

📋 copy color: '#554072'

red 85 ◦ green 64 ◦ blue 114

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

Shades of Meteorite #554072

Tints of Meteorite #554072

RGB

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

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

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

R = 32.32%
G = 24.33%
B = 43.35%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554072 (or 0x554072) is known color: Meteorite. HEX triplet: 55, 40 and 72. RGB value is (85,64,114). Sum of RGB (Red+Green+Blue) = 85+64+114=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #554072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554072 is #AABF8D. Grayscale: #4B4B4B. Windows color (decimal): -11190158 or 7487573. OLE color: 7487573.

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

Color convert

RGB 85 64 114 -
CMYK 0.25 0.44 0 0.55
HSL 265.2º 0.28% 0.35% -
HSV(B) 265.2º 0.44% 0.45% -
XYZ 8.62 6.81 16.78 -
YUV 75.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 85 64 114 0.25 0.44 0 0.55 265.2 0.28 0.35
Hex 55 40 72 19 2C 0 37 109 1C 23
Octal 125 100 162 31 54 0 67 411 34 43
Binary 1010101 1000000 1110010 11001 101100 0 110111 100001001 11100 100011

Color Harmonies of #554072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554072

Black with #554072

Text Example


Text Example

White with #554072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554072; }

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

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

background-color css

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

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

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

border-color css

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

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

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