Html Css Color HEX #5455BC Rich Blue

📋 copy color: '#5455BC'

red 84 ◦ green 85 ◦ blue 188

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

Shades of Rich Blue #5455BC

Tints of Rich Blue #5455BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 23.53%
G = 23.81%
B = 52.66%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5455BC (or 0x5455BC) is known color: Rich Blue. HEX triplet: 54, 55 and BC. RGB value is (84,85,188). Sum of RGB (Red+Green+Blue) = 84+85+188=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5455BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455BC is #ABAA43. Grayscale: #606060. Windows color (decimal): -11250244 or 12342612. OLE color: 12342612.

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

Color convert

RGB 84 85 188 -
CMYK 0.55 0.55 0 0.26
HSL 239.42º 0.44% 0.53% -
HSV(B) 239.42º 0.55% 0.74% -
XYZ 15.98 12.01 49.05 -
YUV 96.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 84 85 188 0.55 0.55 0 0.26 239.42 0.44 0.53
Hex 54 55 BC 37 37 0 1A EF 2C 35
Octal 124 125 274 67 67 0 32 357 54 65
Binary 1010100 1010101 10111100 110111 110111 0 11010 11101111 101100 110101

Color Harmonies of #5455BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5455BC

Black with #5455BC

Text Example


Text Example

White with #5455BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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