Html Css Color HEX #565CAC Rich Blue

📋 copy color: '#565CAC'

red 86 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #565CAC

Tints of Rich Blue #565CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 24.57%
G = 26.29%
B = 49.14%

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

#565CAC (or 0x565CAC) is known color: Rich Blue. HEX triplet: 56, 5C and AC. RGB value is (86,92,172). Sum of RGB (Red+Green+Blue) = 86+92+172=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #565CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAC is #A9A353. Grayscale: #636363. Windows color (decimal): -11117396 or 11295830. OLE color: 11295830.

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

Color convert

RGB 86 92 172 -
CMYK 0.5 0.47 0 0.33
HSL 235.81º 0.34% 0.51% -
HSV(B) 235.81º 0.5% 0.67% -
XYZ 15.11 12.61 40.67 -
YUV 99.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 86 92 172 0.5 0.47 0 0.33 235.81 0.34 0.51
Hex 56 5C AC 32 2F 0 21 EC 22 33
Octal 126 134 254 62 57 0 41 354 42 63
Binary 1010110 1011100 10101100 110010 101111 0 100001 11101100 100010 110011

Color Harmonies of #565CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CAC

Black with #565CAC

Text Example


Text Example

White with #565CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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