Html Css Color HEX #554599 Blue Gem

📋 copy color: '#554599'

red 85 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #554599

Tints of Blue Gem #554599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 27.69%
G = 22.48%
B = 49.84%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554599 (or 0x554599) is known color: Blue Gem. HEX triplet: 55, 45 and 99. RGB value is (85,69,153). Sum of RGB (Red+Green+Blue) = 85+69+153=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #554599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554599 is #AABA66. Grayscale: #535353. Windows color (decimal): -11188839 or 10044757. OLE color: 10044757.

HSL color Cylindrical-coordinate representation of color #554599: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554599 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 69 153 -
CMYK 0.44 0.55 0 0.4
HSL 251.43º 0.38% 0.44% -
HSV(B) 251.43º 0.55% 0.6% -
XYZ 11.62 8.49 31.16 -
YUV 83.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 85 69 153 0.44 0.55 0 0.4 251.43 0.38 0.44
Hex 55 45 99 2C 37 0 28 FB 26 2C
Octal 125 105 231 54 67 0 50 373 46 54
Binary 1010101 1000101 10011001 101100 110111 0 101000 11111011 100110 101100

Color Harmonies of #554599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554599

Black with #554599

Text Example


Text Example

White with #554599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554599; }

 p { color: rgb(85,69,153); }

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

background-color css

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

 a { background-color: rgb(85,69,153); }

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

border-color css

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

 span { border-color: rgb(85,69,153); }

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