Html Css Color HEX #564ABE Rich Blue

📋 copy color: '#564ABE'

red 86 ◦ green 74 ◦ blue 190

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

Shades of Rich Blue #564ABE

Tints of Rich Blue #564ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 24.57%
G = 21.14%
B = 54.29%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#564ABE (or 0x564ABE) is known color: Rich Blue. HEX triplet: 56, 4A and BE. RGB value is (86,74,190). Sum of RGB (Red+Green+Blue) = 86+74+190=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #564ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ABE is #A9B541. Grayscale: #5A5A5A. Windows color (decimal): -11121986 or 12470870. OLE color: 12470870.

HSL color Cylindrical-coordinate representation of color #564ABE: hue angle of 246.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #564ABE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 74 190 -
CMYK 0.55 0.61 0 0.25
HSL 246.21º 0.47% 0.52% -
HSV(B) 246.21º 0.61% 0.75% -
XYZ 15.58 10.59 49.94 -
YUV 90.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 86 74 190 0.55 0.61 0 0.25 246.21 0.47 0.52
Hex 56 4A BE 37 3D 0 19 F6 2F 34
Octal 126 112 276 67 75 0 31 366 57 64
Binary 1010110 1001010 10111110 110111 111101 0 11001 11110110 101111 110100

Color Harmonies of #564ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ABE

Black with #564ABE

Text Example


Text Example

White with #564ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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