Html Css Color HEX #554DBC Rich Blue

📋 copy color: '#554DBC'

red 85 ◦ green 77 ◦ blue 188

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

Shades of Rich Blue #554DBC

Tints of Rich Blue #554DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

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

R = 24.29%
G = 22%
B = 53.71%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#554DBC (or 0x554DBC) is known color: Rich Blue. HEX triplet: 55, 4D and BC. RGB value is (85,77,188). Sum of RGB (Red+Green+Blue) = 85+77+188=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #554DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DBC is #AAB243. Grayscale: #5B5B5B. Windows color (decimal): -11186756 or 12340565. OLE color: 12340565.

HSL color Cylindrical-coordinate representation of color #554DBC: hue angle of 244.32º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554DBC is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 77 188 -
CMYK 0.55 0.59 0 0.26
HSL 244.32º 0.45% 0.52% -
HSV(B) 244.32º 0.59% 0.74% -
XYZ 15.48 10.87 48.86 -
YUV 92.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 85 77 188 0.55 0.59 0 0.26 244.32 0.45 0.52
Hex 55 4D BC 37 3B 0 1A F4 2D 34
Octal 125 115 274 67 73 0 32 364 55 64
Binary 1010101 1001101 10111100 110111 111011 0 11010 11110100 101101 110100

Color Harmonies of #554DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DBC

Black with #554DBC

Text Example


Text Example

White with #554DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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