Html Css Color HEX #554BBF Rich Blue

📋 copy color: '#554BBF'

red 85 ◦ green 75 ◦ blue 191

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

Shades of Rich Blue #554BBF

Tints of Rich Blue #554BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 24.22%
G = 21.37%
B = 54.42%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#554BBF (or 0x554BBF) is known color: Rich Blue. HEX triplet: 55, 4B and BF. RGB value is (85,75,191). Sum of RGB (Red+Green+Blue) = 85+75+191=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #554BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BBF is #AAB440. Grayscale: #5A5A5A. Windows color (decimal): -11187265 or 12536661. OLE color: 12536661.

HSL color Cylindrical-coordinate representation of color #554BBF: hue angle of 245.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554BBF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 75 191 -
CMYK 0.55 0.61 0 0.25
HSL 245.17º 0.48% 0.52% -
HSV(B) 245.17º 0.61% 0.75% -
XYZ 15.67 10.73 50.53 -
YUV 91.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 85 75 191 0.55 0.61 0 0.25 245.17 0.48 0.52
Hex 55 4B BF 37 3D 0 19 F5 30 34
Octal 125 113 277 67 75 0 31 365 60 64
Binary 1010101 1001011 10111111 110111 111101 0 11001 11110101 110000 110100

Color Harmonies of #554BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BBF

Black with #554BBF

Text Example


Text Example

White with #554BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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