Html Css Color HEX #554CBC Rich Blue

📋 copy color: '#554CBC'

red 85 ◦ green 76 ◦ blue 188

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

Shades of Rich Blue #554CBC

Tints of Rich Blue #554CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 24.36%
G = 21.78%
B = 53.87%

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

#554CBC (or 0x554CBC) is known color: Rich Blue. HEX triplet: 55, 4C and BC. RGB value is (85,76,188). Sum of RGB (Red+Green+Blue) = 85+76+188=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #554CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CBC is #AAB343. Grayscale: #5B5B5B. Windows color (decimal): -11187012 or 12340309. OLE color: 12340309.

HSL color Cylindrical-coordinate representation of color #554CBC: hue angle of 244.82º 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 #554CBC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 76 188 -
CMYK 0.55 0.60 0 0.26
HSL 244.82º 0.46% 0.52% -
HSV(B) 244.82º 0.6% 0.74% -
XYZ 15.41 10.73 48.84 -
YUV 91.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 85 76 188 0.55 0.60 0 0.26 244.82 0.46 0.52
Hex 55 4C BC 37 3C 0 1A F5 2E 34
Octal 125 114 274 67 74 0 32 365 56 64
Binary 1010101 1001100 10111100 110111 111100 0 11010 11110101 101110 110100

Color Harmonies of #554CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CBC

Black with #554CBC

Text Example


Text Example

White with #554CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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