Html Css Color HEX #565EA6 Rich Blue

📋 copy color: '#565EA6'

red 86 ◦ green 94 ◦ blue 166

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

Shades of Rich Blue #565EA6

Tints of Rich Blue #565EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

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

R = 24.86%
G = 27.17%
B = 47.98%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#565EA6 (or 0x565EA6) is known color: Rich Blue. HEX triplet: 56, 5E and A6. RGB value is (86,94,166). Sum of RGB (Red+Green+Blue) = 86+94+166=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #565EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EA6 is #A9A159. Grayscale: #636363. Windows color (decimal): -11116890 or 10903126. OLE color: 10903126.

HSL color Cylindrical-coordinate representation of color #565EA6: hue angle of 234º 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 #565EA6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 94 166 -
CMYK 0.48 0.43 0 0.35
HSL 234º 0.32% 0.49% -
HSV(B) 234º 0.48% 0.65% -
XYZ 14.72 12.74 37.76 -
YUV 99.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 86 94 166 0.48 0.43 0 0.35 234 0.32 0.49
Hex 56 5E A6 30 2B 0 23 EA 20 31
Octal 126 136 246 60 53 0 43 352 40 61
Binary 1010110 1011110 10100110 110000 101011 0 100011 11101010 100000 110001

Color Harmonies of #565EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EA6

Black with #565EA6

Text Example


Text Example

White with #565EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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