Html Css Color HEX #554ABE Rich Blue

📋 copy color: '#554ABE'

red 85 ◦ green 74 ◦ blue 190

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

Shades of Rich Blue #554ABE

Tints of Rich Blue #554ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 24.36%
G = 21.2%
B = 54.44%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#554ABE (or 0x554ABE) is known color: Rich Blue. HEX triplet: 55, 4A and BE. RGB value is (85,74,190). Sum of RGB (Red+Green+Blue) = 85+74+190=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #554ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ABE is #AAB541. Grayscale: #5A5A5A. Windows color (decimal): -11187522 or 12470869. OLE color: 12470869.

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

Color convert

RGB 85 74 190 -
CMYK 0.55 0.61 0 0.25
HSL 245.69º 0.47% 0.52% -
HSV(B) 245.69º 0.61% 0.75% -
XYZ 15.49 10.55 49.93 -
YUV 90.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 85 74 190 0.55 0.61 0 0.25 245.69 0.47 0.52
Hex 55 4A BE 37 3D 0 19 F6 2F 34
Octal 125 112 276 67 75 0 31 366 57 64
Binary 1010101 1001010 10111110 110111 111101 0 11001 11110110 101111 110100

Color Harmonies of #554ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ABE

Black with #554ABE

Text Example


Text Example

White with #554ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,190); }

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

background-color css

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

 a { background-color: rgb(85,74,190); }

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

border-color css

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

 span { border-color: rgb(85,74,190); }

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