Html Css Color HEX #565BAE Rich Blue

📋 copy color: '#565BAE'

red 86 ◦ green 91 ◦ blue 174

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

Shades of Rich Blue #565BAE

Tints of Rich Blue #565BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 24.5%
G = 25.93%
B = 49.57%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#565BAE (or 0x565BAE) is known color: Rich Blue. HEX triplet: 56, 5B and AE. RGB value is (86,91,174). Sum of RGB (Red+Green+Blue) = 86+91+174=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #565BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BAE is #A9A451. Grayscale: #626262. Windows color (decimal): -11117650 or 11426646. OLE color: 11426646.

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

Color convert

RGB 86 91 174 -
CMYK 0.51 0.48 0 0.32
HSL 236.59º 0.35% 0.51% -
HSV(B) 236.59º 0.51% 0.68% -
XYZ 15.22 12.52 41.66 -
YUV 98.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 86 91 174 0.51 0.48 0 0.32 236.59 0.35 0.51
Hex 56 5B AE 33 30 0 20 ED 23 33
Octal 126 133 256 63 60 0 40 355 43 63
Binary 1010110 1011011 10101110 110011 110000 0 100000 11101101 100011 110011

Color Harmonies of #565BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BAE

Black with #565BAE

Text Example


Text Example

White with #565BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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