Html Css Color HEX #554FB8 Rich Blue

📋 copy color: '#554FB8'

red 85 ◦ green 79 ◦ blue 184

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

Shades of Rich Blue #554FB8

Tints of Rich Blue #554FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 24.43%
G = 22.7%
B = 52.87%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#554FB8 (or 0x554FB8) is known color: Rich Blue. HEX triplet: 55, 4F and B8. RGB value is (85,79,184). Sum of RGB (Red+Green+Blue) = 85+79+184=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #554FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FB8 is #AAB047. Grayscale: #5C5C5C. Windows color (decimal): -11186248 or 12078933. OLE color: 12078933.

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

Color convert

RGB 85 79 184 -
CMYK 0.54 0.57 0 0.28
HSL 243.43º 0.43% 0.52% -
HSV(B) 243.43º 0.57% 0.72% -
XYZ 15.19 10.98 46.67 -
YUV 92.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 85 79 184 0.54 0.57 0 0.28 243.43 0.43 0.52
Hex 55 4F B8 36 39 0 1C F3 2B 34
Octal 125 117 270 66 71 0 34 363 53 64
Binary 1010101 1001111 10111000 110110 111001 0 11100 11110011 101011 110100

Color Harmonies of #554FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FB8

Black with #554FB8

Text Example


Text Example

White with #554FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,184); }

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

background-color css

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

 a { background-color: rgb(85,79,184); }

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

border-color css

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

 span { border-color: rgb(85,79,184); }

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