Html Css Color HEX #565BA6 Rich Blue

📋 copy color: '#565BA6'

red 86 ◦ green 91 ◦ blue 166

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

Shades of Rich Blue #565BA6

Tints of Rich Blue #565BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

 BLUE value IS 166 (65.23% from 255) = 48.4%

R = 25.07%
G = 26.53%
B = 48.4%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#565BA6 (or 0x565BA6) is known color: Rich Blue. HEX triplet: 56, 5B and A6. RGB value is (86,91,166). Sum of RGB (Red+Green+Blue) = 86+91+166=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #565BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BA6 is #A9A459. Grayscale: #616161. Windows color (decimal): -11117658 or 10902358. OLE color: 10902358.

HSL color Cylindrical-coordinate representation of color #565BA6: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565BA6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 91 166 -
CMYK 0.48 0.45 0 0.35
HSL 236.25º 0.32% 0.49% -
HSV(B) 236.25º 0.48% 0.65% -
XYZ 14.46 12.21 37.67 -
YUV 98.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 86 91 166 0.48 0.45 0 0.35 236.25 0.32 0.49
Hex 56 5B A6 30 2D 0 23 EC 20 31
Octal 126 133 246 60 55 0 43 354 40 61
Binary 1010110 1011011 10100110 110000 101101 0 100011 11101100 100000 110001

Color Harmonies of #565BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BA6

Black with #565BA6

Text Example


Text Example

White with #565BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,91,166); }

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

background-color css

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

 a { background-color: rgb(86,91,166); }

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

border-color css

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

 span { border-color: rgb(86,91,166); }

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