Html Css Color HEX #565DBC Rich Blue

📋 copy color: '#565DBC'

red 86 ◦ green 93 ◦ blue 188

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

Shades of Rich Blue #565DBC

Tints of Rich Blue #565DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

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

R = 23.43%
G = 25.34%
B = 51.23%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#565DBC (or 0x565DBC) is known color: Rich Blue. HEX triplet: 56, 5D and BC. RGB value is (86,93,188). Sum of RGB (Red+Green+Blue) = 86+93+188=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #565DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DBC is #A9A243. Grayscale: #656565. Windows color (decimal): -11117124 or 12344662. OLE color: 12344662.

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

Color convert

RGB 86 93 188 -
CMYK 0.54 0.51 0 0.26
HSL 235.88º 0.43% 0.54% -
HSV(B) 235.88º 0.54% 0.74% -
XYZ 16.83 13.44 49.28 -
YUV 101.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 86 93 188 0.54 0.51 0 0.26 235.88 0.43 0.54
Hex 56 5D BC 36 33 0 1A EC 2B 36
Octal 126 135 274 66 63 0 32 354 53 66
Binary 1010110 1011101 10111100 110110 110011 0 11010 11101100 101011 110110

Color Harmonies of #565DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DBC

Black with #565DBC

Text Example


Text Example

White with #565DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565DBC; }

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

 H1.HeaderClassName
 {
   color: #565DBC;
 }
 .AnyTagClassName
 {
   color: #565DBC;
 }
</style>

background-color css

<style>
 a { background-color: #565DBC; }

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

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

border-color css

<style>
 span { border-color: #565DBC; }

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

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