Html Css Color HEX #554CA8 Rich Blue

📋 copy color: '#554CA8'

red 85 ◦ green 76 ◦ blue 168

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

Shades of Rich Blue #554CA8

Tints of Rich Blue #554CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 168 (66.02% from 255) = 51.06%

R = 25.84%
G = 23.1%
B = 51.06%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#554CA8 (or 0x554CA8) is known color: Rich Blue. HEX triplet: 55, 4C and A8. RGB value is (85,76,168). Sum of RGB (Red+Green+Blue) = 85+76+168=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #554CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554CA8 is #AAB357. Grayscale: #585858. Windows color (decimal): -11187032 or 11029589. OLE color: 11029589.

HSL color Cylindrical-coordinate representation of color #554CA8: hue angle of 245.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554CA8 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 76 168 -
CMYK 0.49 0.55 0 0.34
HSL 245.87º 0.38% 0.48% -
HSV(B) 245.87º 0.55% 0.66% -
XYZ 13.4 9.93 38.26 -
YUV 89.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 85 76 168 0.49 0.55 0 0.34 245.87 0.38 0.48
Hex 55 4C A8 31 37 0 22 F6 26 30
Octal 125 114 250 61 67 0 42 366 46 60
Binary 1010101 1001100 10101000 110001 110111 0 100010 11110110 100110 110000

Color Harmonies of #554CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CA8

Black with #554CA8

Text Example


Text Example

White with #554CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,168); }

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

background-color css

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

 a { background-color: rgb(85,76,168); }

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

border-color css

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

 span { border-color: rgb(85,76,168); }

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