Html Css Color HEX #554DBF Rich Blue

📋 copy color: '#554DBF'

red 85 ◦ green 77 ◦ blue 191

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

Shades of Rich Blue #554DBF

Tints of Rich Blue #554DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 24.08%
G = 21.81%
B = 54.11%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#554DBF (or 0x554DBF) is known color: Rich Blue. HEX triplet: 55, 4D and BF. RGB value is (85,77,191). Sum of RGB (Red+Green+Blue) = 85+77+191=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #554DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DBF is #AAB240. Grayscale: #5B5B5B. Windows color (decimal): -11186753 or 12537173. OLE color: 12537173.

HSL color Cylindrical-coordinate representation of color #554DBF: hue angle of 244.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554DBF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 77 191 -
CMYK 0.55 0.60 0 0.25
HSL 244.21º 0.47% 0.53% -
HSV(B) 244.21º 0.6% 0.75% -
XYZ 15.8 11 50.58 -
YUV 92.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 85 77 191 0.55 0.60 0 0.25 244.21 0.47 0.53
Hex 55 4D BF 37 3C 0 19 F4 2F 35
Octal 125 115 277 67 74 0 31 364 57 65
Binary 1010101 1001101 10111111 110111 111100 0 11001 11110100 101111 110101

Color Harmonies of #554DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DBF

Black with #554DBF

Text Example


Text Example

White with #554DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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