Html Css Color HEX #564DBC Rich Blue

📋 copy color: '#564DBC'

red 86 ◦ green 77 ◦ blue 188

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

Shades of Rich Blue #564DBC

Tints of Rich Blue #564DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 24.5%
G = 21.94%
B = 53.56%

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

#564DBC (or 0x564DBC) is known color: Rich Blue. HEX triplet: 56, 4D and BC. RGB value is (86,77,188). Sum of RGB (Red+Green+Blue) = 86+77+188=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #564DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBC is #A9B243. Grayscale: #5B5B5B. Windows color (decimal): -11121220 or 12340566. OLE color: 12340566.

HSL color Cylindrical-coordinate representation of color #564DBC: hue angle of 244.86º 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 #564DBC is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 77 188 -
CMYK 0.54 0.59 0 0.26
HSL 244.86º 0.45% 0.52% -
HSV(B) 244.86º 0.59% 0.74% -
XYZ 15.57 10.92 48.86 -
YUV 92.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 86 77 188 0.54 0.59 0 0.26 244.86 0.45 0.52
Hex 56 4D BC 36 3B 0 1A F5 2D 34
Octal 126 115 274 66 73 0 32 365 55 64
Binary 1010110 1001101 10111100 110110 111011 0 11010 11110101 101101 110100

Color Harmonies of #564DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DBC

Black with #564DBC

Text Example


Text Example

White with #564DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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