Html Css Color HEX #565FAC Rich Blue

📋 copy color: '#565FAC'

red 86 ◦ green 95 ◦ blue 172

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

Shades of Rich Blue #565FAC

Tints of Rich Blue #565FAC

RGB

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

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

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

R = 24.36%
G = 26.91%
B = 48.73%

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

#565FAC (or 0x565FAC) is known color: Rich Blue. HEX triplet: 56, 5F and AC. RGB value is (86,95,172). Sum of RGB (Red+Green+Blue) = 86+95+172=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #565FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FAC is #A9A053. Grayscale: #646464. Windows color (decimal): -11116628 or 11296598. OLE color: 11296598.

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

Color convert

RGB 86 95 172 -
CMYK 0.5 0.45 0 0.33
HSL 233.72º 0.34% 0.51% -
HSV(B) 233.72º 0.5% 0.67% -
XYZ 15.38 13.14 40.76 -
YUV 101.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 86 95 172 0.5 0.45 0 0.33 233.72 0.34 0.51
Hex 56 5F AC 32 2D 0 21 EA 22 33
Octal 126 137 254 62 55 0 41 352 42 63
Binary 1010110 1011111 10101100 110010 101101 0 100001 11101010 100010 110011

Color Harmonies of #565FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FAC

Black with #565FAC

Text Example


Text Example

White with #565FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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