Html Css Color HEX #564ABC Rich Blue

📋 copy color: '#564ABC'

red 86 ◦ green 74 ◦ blue 188

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

Shades of Rich Blue #564ABC

Tints of Rich Blue #564ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 24.71%
G = 21.26%
B = 54.02%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#564ABC (or 0x564ABC) is known color: Rich Blue. HEX triplet: 56, 4A and BC. RGB value is (86,74,188). Sum of RGB (Red+Green+Blue) = 86+74+188=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #564ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ABC is #A9B543. Grayscale: #5A5A5A. Windows color (decimal): -11121988 or 12339798. OLE color: 12339798.

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

Color convert

RGB 86 74 188 -
CMYK 0.54 0.61 0 0.26
HSL 246.32º 0.46% 0.51% -
HSV(B) 246.32º 0.61% 0.74% -
XYZ 15.36 10.51 48.8 -
YUV 90.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 86 74 188 0.54 0.61 0 0.26 246.32 0.46 0.51
Hex 56 4A BC 36 3D 0 1A F6 2E 33
Octal 126 112 274 66 75 0 32 366 56 63
Binary 1010110 1001010 10111100 110110 111101 0 11010 11110110 101110 110011

Color Harmonies of #564ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ABC

Black with #564ABC

Text Example


Text Example

White with #564ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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