Html Css Color HEX #554397 Blue Gem

📋 copy color: '#554397'

red 85 ◦ green 67 ◦ blue 151

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

Shades of Blue Gem #554397

Tints of Blue Gem #554397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 28.05%
G = 22.11%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#554397 (or 0x554397) is known color: Blue Gem. HEX triplet: 55, 43 and 97. RGB value is (85,67,151). Sum of RGB (Red+Green+Blue) = 85+67+151=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #554397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554397 is #AABC68. Grayscale: #515151. Windows color (decimal): -11189353 or 9913173. OLE color: 9913173.

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

Color convert

RGB 85 67 151 -
CMYK 0.44 0.56 0 0.41
HSL 252.86º 0.39% 0.43% -
HSV(B) 252.86º 0.56% 0.59% -
XYZ 11.34 8.18 30.26 -
YUV 81.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 85 67 151 0.44 0.56 0 0.41 252.86 0.39 0.43
Hex 55 43 97 2C 38 0 29 FD 27 2B
Octal 125 103 227 54 70 0 51 375 47 53
Binary 1010101 1000011 10010111 101100 111000 0 101001 11111101 100111 101011

Color Harmonies of #554397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554397

Black with #554397

Text Example


Text Example

White with #554397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554397; }

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

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

background-color css

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

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

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

border-color css

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

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

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