Html Css Color HEX #554070 Meteorite

📋 copy color: '#554070'

red 85 ◦ green 64 ◦ blue 112

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

Shades of Meteorite #554070

Tints of Meteorite #554070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 32.57%
G = 24.52%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554070 (or 0x554070) is known color: Meteorite. HEX triplet: 55, 40 and 70. RGB value is (85,64,112). Sum of RGB (Red+Green+Blue) = 85+64+112=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #554070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554070 is #AABF8F. Grayscale: #4B4B4B. Windows color (decimal): -11190160 or 7356501. OLE color: 7356501.

HSL color Cylindrical-coordinate representation of color #554070: hue angle of 266.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #554070 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 64 112 -
CMYK 0.24 0.43 0 0.56
HSL 266.25º 0.27% 0.35% -
HSV(B) 266.25º 0.43% 0.44% -
XYZ 8.5 6.77 16.19 -
YUV 75.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 85 64 112 0.24 0.43 0 0.56 266.25 0.27 0.35
Hex 55 40 70 18 2B 0 38 10A 1B 23
Octal 125 100 160 30 53 0 70 412 33 43
Binary 1010101 1000000 1110000 11000 101011 0 111000 100001010 11011 100011

Color Harmonies of #554070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554070

Black with #554070

Text Example


Text Example

White with #554070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554070; }

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

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

background-color css

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

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

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

border-color css

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

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

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