Html Css Color HEX #554EBB Rich Blue

📋 copy color: '#554EBB'

red 85 ◦ green 78 ◦ blue 187

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

Shades of Rich Blue #554EBB

Tints of Rich Blue #554EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 24.29%
G = 22.29%
B = 53.43%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#554EBB (or 0x554EBB) is known color: Rich Blue. HEX triplet: 55, 4E and BB. RGB value is (85,78,187). Sum of RGB (Red+Green+Blue) = 85+78+187=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #554EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EBB is #AAB144. Grayscale: #5C5C5C. Windows color (decimal): -11186501 or 12275285. OLE color: 12275285.

HSL color Cylindrical-coordinate representation of color #554EBB: hue angle of 243.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554EBB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 78 187 -
CMYK 0.55 0.58 0 0.27
HSL 243.85º 0.44% 0.52% -
HSV(B) 243.85º 0.58% 0.73% -
XYZ 15.44 10.97 48.32 -
YUV 92.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 85 78 187 0.55 0.58 0 0.27 243.85 0.44 0.52
Hex 55 4E BB 37 3A 0 1B F4 2C 34
Octal 125 116 273 67 72 0 33 364 54 64
Binary 1010101 1001110 10111011 110111 111010 0 11011 11110100 101100 110100

Color Harmonies of #554EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EBB

Black with #554EBB

Text Example


Text Example

White with #554EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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