Html Css Color HEX #554FBC Rich Blue

📋 copy color: '#554FBC'

red 85 ◦ green 79 ◦ blue 188

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

Shades of Rich Blue #554FBC

Tints of Rich Blue #554FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

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

R = 24.15%
G = 22.44%
B = 53.41%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#554FBC (or 0x554FBC) is known color: Rich Blue. HEX triplet: 55, 4F and BC. RGB value is (85,79,188). Sum of RGB (Red+Green+Blue) = 85+79+188=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #554FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FBC is #AAB043. Grayscale: #5C5C5C. Windows color (decimal): -11186244 or 12341077. OLE color: 12341077.

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

Color convert

RGB 85 79 188 -
CMYK 0.55 0.58 0 0.26
HSL 243.3º 0.45% 0.52% -
HSV(B) 243.3º 0.58% 0.74% -
XYZ 15.62 11.15 48.91 -
YUV 93.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 85 79 188 0.55 0.58 0 0.26 243.3 0.45 0.52
Hex 55 4F BC 37 3A 0 1A F3 2D 34
Octal 125 117 274 67 72 0 32 363 55 64
Binary 1010101 1001111 10111100 110111 111010 0 11010 11110011 101101 110100

Color Harmonies of #554FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FBC

Black with #554FBC

Text Example


Text Example

White with #554FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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