Html Css Color HEX #565DAB Rich Blue

📋 copy color: '#565DAB'

red 86 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #565DAB

Tints of Rich Blue #565DAB

RGB

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

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

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

R = 24.57%
G = 26.57%
B = 48.86%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565DAB (or 0x565DAB) is known color: Rich Blue. HEX triplet: 56, 5D and AB. RGB value is (86,93,171). Sum of RGB (Red+Green+Blue) = 86+93+171=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #565DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DAB is #A9A254. Grayscale: #636363. Windows color (decimal): -11117141 or 11230550. OLE color: 11230550.

HSL color Cylindrical-coordinate representation of color #565DAB: hue angle of 235.06º 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 #565DAB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 93 171 -
CMYK 0.50 0.46 0 0.33
HSL 235.06º 0.34% 0.5% -
HSV(B) 235.06º 0.5% 0.67% -
XYZ 15.1 12.75 40.19 -
YUV 99.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 86 93 171 0.50 0.46 0 0.33 235.06 0.34 0.5
Hex 56 5D AB 32 2E 0 21 EB 22 32
Octal 126 135 253 62 56 0 41 353 42 62
Binary 1010110 1011101 10101011 110010 101110 0 100001 11101011 100010 110010

Color Harmonies of #565DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DAB

Black with #565DAB

Text Example


Text Example

White with #565DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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