Html Css Color HEX #565DAE Rich Blue

📋 copy color: '#565DAE'

red 86 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #565DAE

Tints of Rich Blue #565DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 24.36%
G = 26.35%
B = 49.29%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#565DAE (or 0x565DAE) is known color: Rich Blue. HEX triplet: 56, 5D and AE. RGB value is (86,93,174). Sum of RGB (Red+Green+Blue) = 86+93+174=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #565DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DAE is #A9A251. Grayscale: #636363. Windows color (decimal): -11117138 or 11427158. OLE color: 11427158.

HSL color Cylindrical-coordinate representation of color #565DAE: hue angle of 235.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565DAE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 93 174 -
CMYK 0.51 0.47 0 0.32
HSL 235.23º 0.35% 0.51% -
HSV(B) 235.23º 0.51% 0.68% -
XYZ 15.39 12.86 41.72 -
YUV 100.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 86 93 174 0.51 0.47 0 0.32 235.23 0.35 0.51
Hex 56 5D AE 33 2F 0 20 EB 23 33
Octal 126 135 256 63 57 0 40 353 43 63
Binary 1010110 1011101 10101110 110011 101111 0 100000 11101011 100011 110011

Color Harmonies of #565DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DAE

Black with #565DAE

Text Example


Text Example

White with #565DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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