Html Css Color HEX #554469 Meteorite

📋 copy color: '#554469'

red 85 ◦ green 68 ◦ blue 105

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

Shades of Meteorite #554469

Tints of Meteorite #554469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 32.95%
G = 26.36%
B = 40.7%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554469 (or 0x554469) is known color: Meteorite. HEX triplet: 55, 44 and 69. RGB value is (85,68,105). Sum of RGB (Red+Green+Blue) = 85+68+105=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #554469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554469 is #AABB96. Grayscale: #4D4D4D. Windows color (decimal): -11189143 or 6898773. OLE color: 6898773.

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

Color convert

RGB 85 68 105 -
CMYK 0.19 0.35 0 0.59
HSL 267.57º 0.21% 0.34% -
HSV(B) 267.57º 0.35% 0.41% -
XYZ 8.36 7.09 14.29 -
YUV 77.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 85 68 105 0.19 0.35 0 0.59 267.57 0.21 0.34
Hex 55 44 69 13 23 0 3B 10C 15 22
Octal 125 104 151 23 43 0 73 414 25 42
Binary 1010101 1000100 1101001 10011 100011 0 111011 100001100 10101 100010

Color Harmonies of #554469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554469

Black with #554469

Text Example


Text Example

White with #554469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554469; }

 p { color: rgb(85,68,105); }

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

background-color css

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

 a { background-color: rgb(85,68,105); }

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

border-color css

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

 span { border-color: rgb(85,68,105); }

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