Html Css Color HEX #5647BB Rich Blue

📋 copy color: '#5647BB'

red 86 ◦ green 71 ◦ blue 187

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

Shades of Rich Blue #5647BB

Tints of Rich Blue #5647BB

RGB

 RED value IS 86 (33.98% from 255) = 25%

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

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

R = 25%
G = 20.64%
B = 54.36%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5647BB (or 0x5647BB) is known color: Rich Blue. HEX triplet: 56, 47 and BB. RGB value is (86,71,187). Sum of RGB (Red+Green+Blue) = 86+71+187=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #5647BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647BB is #A9B844. Grayscale: #585858. Windows color (decimal): -11122757 or 12273494. OLE color: 12273494.

HSL color Cylindrical-coordinate representation of color #5647BB: hue angle of 247.76º 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 #5647BB is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 71 187 -
CMYK 0.54 0.62 0 0.27
HSL 247.76º 0.46% 0.51% -
HSV(B) 247.76º 0.62% 0.73% -
XYZ 15.06 10.07 48.16 -
YUV 88.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 86 71 187 0.54 0.62 0 0.27 247.76 0.46 0.51
Hex 56 47 BB 36 3E 0 1B F8 2E 33
Octal 126 107 273 66 76 0 33 370 56 63
Binary 1010110 1000111 10111011 110110 111110 0 11011 11111000 101110 110011

Color Harmonies of #5647BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5647BB

Black with #5647BB

Text Example


Text Example

White with #5647BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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