Html Css Color HEX #5947BB Rich Blue

📋 copy color: '#5947BB'

red 89 ◦ green 71 ◦ blue 187

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

Shades of Rich Blue #5947BB

Tints of Rich Blue #5947BB

RGB

 RED value IS 89 (35.16% from 255) = 25.65%

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 25.65%
G = 20.46%
B = 53.89%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5947BB (or 0x5947BB) is known color: Rich Blue. HEX triplet: 59, 47 and BB. RGB value is (89,71,187). Sum of RGB (Red+Green+Blue) = 89+71+187=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #5947BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5947BB is #A6B844. Grayscale: #595959. Windows color (decimal): -10926149 or 12273497. OLE color: 12273497.

HSL color Cylindrical-coordinate representation of color #5947BB: hue angle of 249.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5947BB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 71 187 -
CMYK 0.52 0.62 0 0.27
HSL 249.31º 0.46% 0.51% -
HSV(B) 249.31º 0.62% 0.73% -
XYZ 15.34 10.22 48.18 -
YUV 89.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 89 71 187 0.52 0.62 0 0.27 249.31 0.46 0.51
Hex 59 47 BB 34 3E 0 1B F9 2E 33
Octal 131 107 273 64 76 0 33 371 56 63
Binary 1011001 1000111 10111011 110100 111110 0 11011 11111001 101110 110011

Color Harmonies of #5947BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5947BB

Black with #5947BB

Text Example


Text Example

White with #5947BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5947BB; }

 p { color: rgb(89,71,187); }

 H1.HeaderClassName
 {
   color: #5947BB;
 }
 .AnyTagClassName
 {
   color: #5947BB;
 }
</style>

background-color css

<style>
 a { background-color: #5947BB; }

 a { background-color: rgb(89,71,187); }

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

border-color css

<style>
 span { border-color: #5947BB; }

 span { border-color: rgb(89,71,187); }

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