Html Css Color HEX #565BAC Rich Blue

📋 copy color: '#565BAC'

red 86 ◦ green 91 ◦ blue 172

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

Shades of Rich Blue #565BAC

Tints of Rich Blue #565BAC

RGB

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

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

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

R = 24.64%
G = 26.07%
B = 49.28%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565BAC (or 0x565BAC) is known color: Rich Blue. HEX triplet: 56, 5B and AC. RGB value is (86,91,172). Sum of RGB (Red+Green+Blue) = 86+91+172=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #565BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BAC is #A9A453. Grayscale: #626262. Windows color (decimal): -11117652 or 11295574. OLE color: 11295574.

HSL color Cylindrical-coordinate representation of color #565BAC: hue angle of 236.51º 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 #565BAC is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 91 172 -
CMYK 0.5 0.47 0 0.33
HSL 236.51º 0.34% 0.51% -
HSV(B) 236.51º 0.5% 0.67% -
XYZ 15.03 12.44 40.64 -
YUV 98.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 86 91 172 0.5 0.47 0 0.33 236.51 0.34 0.51
Hex 56 5B AC 32 2F 0 21 ED 22 33
Octal 126 133 254 62 57 0 41 355 42 63
Binary 1010110 1011011 10101100 110010 101111 0 100001 11101101 100010 110011

Color Harmonies of #565BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BAC

Black with #565BAC

Text Example


Text Example

White with #565BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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