Html Css Color HEX #564EBC Rich Blue

📋 copy color: '#564EBC'

red 86 ◦ green 78 ◦ blue 188

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

Shades of Rich Blue #564EBC

Tints of Rich Blue #564EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

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

R = 24.43%
G = 22.16%
B = 53.41%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#564EBC (or 0x564EBC) is known color: Rich Blue. HEX triplet: 56, 4E and BC. RGB value is (86,78,188). Sum of RGB (Red+Green+Blue) = 86+78+188=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 78 (30.86% from 255 or 22.16% 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 #564EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBC is #A9B143. Grayscale: #5C5C5C. Windows color (decimal): -11120964 or 12340822. OLE color: 12340822.

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

Color convert

RGB 86 78 188 -
CMYK 0.54 0.59 0 0.26
HSL 244.36º 0.45% 0.52% -
HSV(B) 244.36º 0.59% 0.74% -
XYZ 15.64 11.06 48.89 -
YUV 92.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 86 78 188 0.54 0.59 0 0.26 244.36 0.45 0.52
Hex 56 4E BC 36 3B 0 1A F4 2D 34
Octal 126 116 274 66 73 0 32 364 55 64
Binary 1010110 1001110 10111100 110110 111011 0 11010 11110100 101101 110100

Color Harmonies of #564EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564EBC

Black with #564EBC

Text Example


Text Example

White with #564EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564EBC; }

 p { color: rgb(86,78,188); }

 H1.HeaderClassName
 {
   color: #564EBC;
 }
 .AnyTagClassName
 {
   color: #564EBC;
 }
</style>

background-color css

<style>
 a { background-color: #564EBC; }

 a { background-color: rgb(86,78,188); }

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

border-color css

<style>
 span { border-color: #564EBC; }

 span { border-color: rgb(86,78,188); }

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