Html Css Color HEX #554BA3 Rich Blue

📋 copy color: '#554BA3'

red 85 ◦ green 75 ◦ blue 163

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

Shades of Rich Blue #554BA3

Tints of Rich Blue #554BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 163 (64.06% from 255) = 50.46%

R = 26.32%
G = 23.22%
B = 50.46%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#554BA3 (or 0x554BA3) is known color: Rich Blue. HEX triplet: 55, 4B and A3. RGB value is (85,75,163). Sum of RGB (Red+Green+Blue) = 85+75+163=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #554BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BA3 is #AAB45C. Grayscale: #575757. Windows color (decimal): -11187293 or 10701653. OLE color: 10701653.

HSL color Cylindrical-coordinate representation of color #554BA3: hue angle of 246.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554BA3 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 75 163 -
CMYK 0.48 0.54 0 0.36
HSL 246.82º 0.37% 0.47% -
HSV(B) 246.82º 0.54% 0.64% -
XYZ 12.87 9.61 35.83 -
YUV 88.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 85 75 163 0.48 0.54 0 0.36 246.82 0.37 0.47
Hex 55 4B A3 30 36 0 24 F7 25 2F
Octal 125 113 243 60 66 0 44 367 45 57
Binary 1010101 1001011 10100011 110000 110110 0 100100 11110111 100101 101111

Color Harmonies of #554BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BA3

Black with #554BA3

Text Example


Text Example

White with #554BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,163); }

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

background-color css

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

 a { background-color: rgb(85,75,163); }

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

border-color css

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

 span { border-color: rgb(85,75,163); }

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