Html Css Color HEX #565EAC Rich Blue

📋 copy color: '#565EAC'

red 86 ◦ green 94 ◦ blue 172

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

Shades of Rich Blue #565EAC

Tints of Rich Blue #565EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 24.43%
G = 26.7%
B = 48.86%

CMYK

 C value IS 0.5

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565EAC (or 0x565EAC) is known color: Rich Blue. HEX triplet: 56, 5E and AC. RGB value is (86,94,172). Sum of RGB (Red+Green+Blue) = 86+94+172=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #565EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EAC is #A9A153. Grayscale: #646464. Windows color (decimal): -11116884 or 11296342. OLE color: 11296342.

HSL color Cylindrical-coordinate representation of color #565EAC: hue angle of 234.42º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #565EAC is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 94 172 -
CMYK 0.5 0.45 0 0.33
HSL 234.42º 0.34% 0.51% -
HSV(B) 234.42º 0.5% 0.67% -
XYZ 15.29 12.96 40.73 -
YUV 100.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 86 94 172 0.5 0.45 0 0.33 234.42 0.34 0.51
Hex 56 5E AC 32 2D 0 21 EA 22 33
Octal 126 136 254 62 55 0 41 352 42 63
Binary 1010110 1011110 10101100 110010 101101 0 100001 11101010 100010 110011

Color Harmonies of #565EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EAC

Black with #565EAC

Text Example


Text Example

White with #565EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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