Html Css Color HEX #565DAC Rich Blue

📋 copy color: '#565DAC'

red 86 ◦ green 93 ◦ blue 172

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

Shades of Rich Blue #565DAC

Tints of Rich Blue #565DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

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

R = 24.5%
G = 26.5%
B = 49%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565DAC (or 0x565DAC) is known color: Rich Blue. HEX triplet: 56, 5D and AC. RGB value is (86,93,172). Sum of RGB (Red+Green+Blue) = 86+93+172=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #565DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DAC is #A9A253. Grayscale: #636363. Windows color (decimal): -11117140 or 11296086. OLE color: 11296086.

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

Color convert

RGB 86 93 172 -
CMYK 0.5 0.46 0 0.33
HSL 235.12º 0.34% 0.51% -
HSV(B) 235.12º 0.5% 0.67% -
XYZ 15.2 12.79 40.7 -
YUV 99.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 86 93 172 0.5 0.46 0 0.33 235.12 0.34 0.51
Hex 56 5D AC 32 2E 0 21 EB 22 33
Octal 126 135 254 62 56 0 41 353 42 63
Binary 1010110 1011101 10101100 110010 101110 0 100001 11101011 100010 110011

Color Harmonies of #565DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DAC

Black with #565DAC

Text Example


Text Example

White with #565DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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