Html Css Color HEX #554DB7 Rich Blue

📋 copy color: '#554DB7'

red 85 ◦ green 77 ◦ blue 183

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

Shades of Rich Blue #554DB7

Tints of Rich Blue #554DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.04%

R = 24.64%
G = 22.32%
B = 53.04%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#554DB7 (or 0x554DB7) is known color: Rich Blue. HEX triplet: 55, 4D and B7. RGB value is (85,77,183). Sum of RGB (Red+Green+Blue) = 85+77+183=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #554DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DB7 is #AAB248. Grayscale: #5B5B5B. Windows color (decimal): -11186761 or 12012885. OLE color: 12012885.

HSL color Cylindrical-coordinate representation of color #554DB7: hue angle of 244.53º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554DB7 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 77 183 -
CMYK 0.54 0.58 0 0.28
HSL 244.53º 0.42% 0.51% -
HSV(B) 244.53º 0.58% 0.72% -
XYZ 14.95 10.66 46.07 -
YUV 91.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 85 77 183 0.54 0.58 0 0.28 244.53 0.42 0.51
Hex 55 4D B7 36 3A 0 1C F5 2A 33
Octal 125 115 267 66 72 0 34 365 52 63
Binary 1010101 1001101 10110111 110110 111010 0 11100 11110101 101010 110011

Color Harmonies of #554DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DB7

Black with #554DB7

Text Example


Text Example

White with #554DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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