Html Css Color HEX #565FA6 Rich Blue

📋 copy color: '#565FA6'

red 86 ◦ green 95 ◦ blue 166

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

Shades of Rich Blue #565FA6

Tints of Rich Blue #565FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 24.78%
G = 27.38%
B = 47.84%

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

#565FA6 (or 0x565FA6) is known color: Rich Blue. HEX triplet: 56, 5F and A6. RGB value is (86,95,166). Sum of RGB (Red+Green+Blue) = 86+95+166=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #565FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FA6 is #A9A059. Grayscale: #646464. Windows color (decimal): -11116634 or 10903382. OLE color: 10903382.

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

Color convert

RGB 86 95 166 -
CMYK 0.48 0.43 0 0.35
HSL 233.25º 0.32% 0.49% -
HSV(B) 233.25º 0.48% 0.65% -
XYZ 14.81 12.92 37.79 -
YUV 100.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 86 95 166 0.48 0.43 0 0.35 233.25 0.32 0.49
Hex 56 5F A6 30 2B 0 23 E9 20 31
Octal 126 137 246 60 53 0 43 351 40 61
Binary 1010110 1011111 10100110 110000 101011 0 100011 11101001 100000 110001

Color Harmonies of #565FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FA6

Black with #565FA6

Text Example


Text Example

White with #565FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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