Html Css Color HEX #565BAB Rich Blue

📋 copy color: '#565BAB'

red 86 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #565BAB

Tints of Rich Blue #565BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 24.71%
G = 26.15%
B = 49.14%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565BAB (or 0x565BAB) is known color: Rich Blue. HEX triplet: 56, 5B and AB. RGB value is (86,91,171). Sum of RGB (Red+Green+Blue) = 86+91+171=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #565BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BAB is #A9A454. Grayscale: #626262. Windows color (decimal): -11117653 or 11230038. OLE color: 11230038.

HSL color Cylindrical-coordinate representation of color #565BAB: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #565BAB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 91 171 -
CMYK 0.50 0.47 0 0.33
HSL 236.47º 0.34% 0.5% -
HSV(B) 236.47º 0.5% 0.67% -
XYZ 14.93 12.4 40.13 -
YUV 98.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 86 91 171 0.50 0.47 0 0.33 236.47 0.34 0.5
Hex 56 5B AB 32 2F 0 21 EC 22 32
Octal 126 133 253 62 57 0 41 354 42 62
Binary 1010110 1011011 10101011 110010 101111 0 100001 11101100 100010 110010

Color Harmonies of #565BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BAB

Black with #565BAB

Text Example


Text Example

White with #565BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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