Html Css Color HEX #565FAE Rich Blue

📋 copy color: '#565FAE'

red 86 ◦ green 95 ◦ blue 174

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

Shades of Rich Blue #565FAE

Tints of Rich Blue #565FAE

RGB

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

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

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

R = 24.23%
G = 26.76%
B = 49.01%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#565FAE (or 0x565FAE) is known color: Rich Blue. HEX triplet: 56, 5F and AE. RGB value is (86,95,174). Sum of RGB (Red+Green+Blue) = 86+95+174=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #565FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FAE is #A9A051. Grayscale: #646464. Windows color (decimal): -11116626 or 11427670. OLE color: 11427670.

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

Color convert

RGB 86 95 174 -
CMYK 0.51 0.45 0 0.32
HSL 233.86º 0.35% 0.51% -
HSV(B) 233.86º 0.51% 0.68% -
XYZ 15.57 13.22 41.78 -
YUV 101.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 86 95 174 0.51 0.45 0 0.32 233.86 0.35 0.51
Hex 56 5F AE 33 2D 0 20 EA 23 33
Octal 126 137 256 63 55 0 40 352 43 63
Binary 1010110 1011111 10101110 110011 101101 0 100000 11101010 100011 110011

Color Harmonies of #565FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FAE

Black with #565FAE

Text Example


Text Example

White with #565FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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