Html Css Color HEX #565BAD Rich Blue

📋 copy color: '#565BAD'

red 86 ◦ green 91 ◦ blue 173

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

Shades of Rich Blue #565BAD

Tints of Rich Blue #565BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 24.57%
G = 26%
B = 49.43%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#565BAD (or 0x565BAD) is known color: Rich Blue. HEX triplet: 56, 5B and AD. RGB value is (86,91,173). Sum of RGB (Red+Green+Blue) = 86+91+173=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #565BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BAD is #A9A452. Grayscale: #626262. Windows color (decimal): -11117651 or 11361110. OLE color: 11361110.

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

Color convert

RGB 86 91 173 -
CMYK 0.50 0.47 0 0.32
HSL 236.55º 0.35% 0.51% -
HSV(B) 236.55º 0.5% 0.68% -
XYZ 15.12 12.48 41.15 -
YUV 98.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 86 91 173 0.50 0.47 0 0.32 236.55 0.35 0.51
Hex 56 5B AD 32 2F 0 20 ED 23 33
Octal 126 133 255 62 57 0 40 355 43 63
Binary 1010110 1011011 10101101 110010 101111 0 100000 11101101 100011 110011

Color Harmonies of #565BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BAD

Black with #565BAD

Text Example


Text Example

White with #565BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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