Html Css Color HEX #564DBB Rich Blue

📋 copy color: '#564DBB'

red 86 ◦ green 77 ◦ blue 187

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

Shades of Rich Blue #564DBB

Tints of Rich Blue #564DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 24.57%
G = 22%
B = 53.43%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#564DBB (or 0x564DBB) is known color: Rich Blue. HEX triplet: 56, 4D and BB. RGB value is (86,77,187). Sum of RGB (Red+Green+Blue) = 86+77+187=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #564DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBB is #A9B244. Grayscale: #5B5B5B. Windows color (decimal): -11121221 or 12275030. OLE color: 12275030.

HSL color Cylindrical-coordinate representation of color #564DBB: hue angle of 244.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564DBB is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 77 187 -
CMYK 0.54 0.59 0 0.27
HSL 244.91º 0.45% 0.52% -
HSV(B) 244.91º 0.59% 0.73% -
XYZ 15.46 10.87 48.3 -
YUV 92.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 86 77 187 0.54 0.59 0 0.27 244.91 0.45 0.52
Hex 56 4D BB 36 3B 0 1B F5 2D 34
Octal 126 115 273 66 73 0 33 365 55 64
Binary 1010110 1001101 10111011 110110 111011 0 11011 11110101 101101 110100

Color Harmonies of #564DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DBB

Black with #564DBB

Text Example


Text Example

White with #564DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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