Html Css Color HEX #554398 Blue Gem

📋 copy color: '#554398'

red 85 ◦ green 67 ◦ blue 152

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

Shades of Blue Gem #554398

Tints of Blue Gem #554398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 27.96%
G = 22.04%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#554398 (or 0x554398) is known color: Blue Gem. HEX triplet: 55, 43 and 98. RGB value is (85,67,152). Sum of RGB (Red+Green+Blue) = 85+67+152=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #554398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554398 is #AABC67. Grayscale: #515151. Windows color (decimal): -11189352 or 9978709. OLE color: 9978709.

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

Color convert

RGB 85 67 152 -
CMYK 0.44 0.56 0 0.40
HSL 252.71º 0.39% 0.43% -
HSV(B) 252.71º 0.56% 0.6% -
XYZ 11.42 8.21 30.69 -
YUV 82.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 85 67 152 0.44 0.56 0 0.40 252.71 0.39 0.43
Hex 55 43 98 2C 38 0 28 FD 27 2B
Octal 125 103 230 54 70 0 50 375 47 53
Binary 1010101 1000011 10011000 101100 111000 0 101000 11111101 100111 101011

Color Harmonies of #554398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554398

Black with #554398

Text Example


Text Example

White with #554398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554398; }

 p { color: rgb(85,67,152); }

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

background-color css

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

 a { background-color: rgb(85,67,152); }

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

border-color css

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

 span { border-color: rgb(85,67,152); }

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