Html Css Color HEX #5455BB Rich Blue

📋 copy color: '#5455BB'

red 84 ◦ green 85 ◦ blue 187

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

Shades of Rich Blue #5455BB

Tints of Rich Blue #5455BB

RGB

 RED value IS 84 (33.2% from 255) = 23.6%

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 23.6%
G = 23.88%
B = 52.53%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5455BB (or 0x5455BB) is known color: Rich Blue. HEX triplet: 54, 55 and BB. RGB value is (84,85,187). Sum of RGB (Red+Green+Blue) = 84+85+187=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #5455BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455BB is #ABAA44. Grayscale: #5F5F5F. Windows color (decimal): -11250245 or 12277076. OLE color: 12277076.

HSL color Cylindrical-coordinate representation of color #5455BB: hue angle of 239.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5455BB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 85 187 -
CMYK 0.55 0.55 0 0.27
HSL 239.42º 0.43% 0.53% -
HSV(B) 239.42º 0.55% 0.73% -
XYZ 15.87 11.97 48.49 -
YUV 96.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 84 85 187 0.55 0.55 0 0.27 239.42 0.43 0.53
Hex 54 55 BB 37 37 0 1B EF 2B 35
Octal 124 125 273 67 67 0 33 357 53 65
Binary 1010100 1010101 10111011 110111 110111 0 11011 11101111 101011 110101

Color Harmonies of #5455BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5455BB

Black with #5455BB

Text Example


Text Example

White with #5455BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5455BB; }

 p { color: rgb(84,85,187); }

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

background-color css

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

 a { background-color: rgb(84,85,187); }

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

border-color css

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

 span { border-color: rgb(84,85,187); }

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