Html Css Color HEX #554074 Meteorite

📋 copy color: '#554074'

red 85 ◦ green 64 ◦ blue 116

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

Shades of Meteorite #554074

Tints of Meteorite #554074

RGB

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

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

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

R = 32.08%
G = 24.15%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554074 (or 0x554074) is known color: Meteorite. HEX triplet: 55, 40 and 74. RGB value is (85,64,116). Sum of RGB (Red+Green+Blue) = 85+64+116=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #554074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554074 is #AABF8B. Grayscale: #4C4C4C. Windows color (decimal): -11190156 or 7618645. OLE color: 7618645.

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

Color convert

RGB 85 64 116 -
CMYK 0.27 0.45 0 0.55
HSL 264.23º 0.29% 0.35% -
HSV(B) 264.23º 0.45% 0.45% -
XYZ 8.73 6.86 17.39 -
YUV 76.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 85 64 116 0.27 0.45 0 0.55 264.23 0.29 0.35
Hex 55 40 74 1B 2D 0 37 108 1D 23
Octal 125 100 164 33 55 0 67 410 35 43
Binary 1010101 1000000 1110100 11011 101101 0 110111 100001000 11101 100011

Color Harmonies of #554074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554074

Black with #554074

Text Example


Text Example

White with #554074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554074; }

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

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

background-color css

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

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

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

border-color css

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

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

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