Html Css Color HEX #564BBD Rich Blue

📋 copy color: '#564BBD'

red 86 ◦ green 75 ◦ blue 189

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

Shades of Rich Blue #564BBD

Tints of Rich Blue #564BBD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 24.57%
G = 21.43%
B = 54%

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

#564BBD (or 0x564BBD) is known color: Rich Blue. HEX triplet: 56, 4B and BD. RGB value is (86,75,189). Sum of RGB (Red+Green+Blue) = 86+75+189=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #564BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBD is #A9B442. Grayscale: #5A5A5A. Windows color (decimal): -11121731 or 12405590. OLE color: 12405590.

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

Color convert

RGB 86 75 189 -
CMYK 0.54 0.60 0 0.26
HSL 245.79º 0.46% 0.52% -
HSV(B) 245.79º 0.6% 0.74% -
XYZ 15.54 10.68 49.39 -
YUV 91.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 86 75 189 0.54 0.60 0 0.26 245.79 0.46 0.52
Hex 56 4B BD 36 3C 0 1A F6 2E 34
Octal 126 113 275 66 74 0 32 366 56 64
Binary 1010110 1001011 10111101 110110 111100 0 11010 11110110 101110 110100

Color Harmonies of #564BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BBD

Black with #564BBD

Text Example


Text Example

White with #564BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,189); }

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

background-color css

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

 a { background-color: rgb(86,75,189); }

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

border-color css

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

 span { border-color: rgb(86,75,189); }

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