Html Css Color HEX #554CBD Rich Blue

📋 copy color: '#554CBD'

red 85 ◦ green 76 ◦ blue 189

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

Shades of Rich Blue #554CBD

Tints of Rich Blue #554CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 24.29%
G = 21.71%
B = 54%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#554CBD (or 0x554CBD) is known color: Rich Blue. HEX triplet: 55, 4C and BD. RGB value is (85,76,189). Sum of RGB (Red+Green+Blue) = 85+76+189=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #554CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CBD is #AAB342. Grayscale: #5B5B5B. Windows color (decimal): -11187011 or 12405845. OLE color: 12405845.

HSL color Cylindrical-coordinate representation of color #554CBD: hue angle of 244.78º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554CBD is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 76 189 -
CMYK 0.55 0.60 0 0.26
HSL 244.78º 0.46% 0.52% -
HSV(B) 244.78º 0.6% 0.74% -
XYZ 15.52 10.77 49.41 -
YUV 91.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 85 76 189 0.55 0.60 0 0.26 244.78 0.46 0.52
Hex 55 4C BD 37 3C 0 1A F5 2E 34
Octal 125 114 275 67 74 0 32 365 56 64
Binary 1010101 1001100 10111101 110111 111100 0 11010 11110101 101110 110100

Color Harmonies of #554CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CBD

Black with #554CBD

Text Example


Text Example

White with #554CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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