Html Css Color HEX #564CBC Rich Blue

📋 copy color: '#564CBC'

red 86 ◦ green 76 ◦ blue 188

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

Shades of Rich Blue #564CBC

Tints of Rich Blue #564CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 24.57%
G = 21.71%
B = 53.71%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#564CBC (or 0x564CBC) is known color: Rich Blue. HEX triplet: 56, 4C and BC. RGB value is (86,76,188). Sum of RGB (Red+Green+Blue) = 86+76+188=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #564CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CBC is #A9B343. Grayscale: #5B5B5B. Windows color (decimal): -11121476 or 12340310. OLE color: 12340310.

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

Color convert

RGB 86 76 188 -
CMYK 0.54 0.60 0 0.26
HSL 245.36º 0.46% 0.52% -
HSV(B) 245.36º 0.6% 0.74% -
XYZ 15.5 10.78 48.84 -
YUV 91.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 86 76 188 0.54 0.60 0 0.26 245.36 0.46 0.52
Hex 56 4C BC 36 3C 0 1A F5 2E 34
Octal 126 114 274 66 74 0 32 365 56 64
Binary 1010110 1001100 10111100 110110 111100 0 11010 11110101 101110 110100

Color Harmonies of #564CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CBC

Black with #564CBC

Text Example


Text Example

White with #564CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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