Html Css Color HEX #565EAB Rich Blue

📋 copy color: '#565EAB'

red 86 ◦ green 94 ◦ blue 171

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

Shades of Rich Blue #565EAB

Tints of Rich Blue #565EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

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

R = 24.5%
G = 26.78%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565EAB (or 0x565EAB) is known color: Rich Blue. HEX triplet: 56, 5E and AB. RGB value is (86,94,171). Sum of RGB (Red+Green+Blue) = 86+94+171=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #565EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EAB is #A9A154. Grayscale: #646464. Windows color (decimal): -11116885 or 11230806. OLE color: 11230806.

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

Color convert

RGB 86 94 171 -
CMYK 0.50 0.45 0 0.33
HSL 234.35º 0.34% 0.5% -
HSV(B) 234.35º 0.5% 0.67% -
XYZ 15.19 12.92 40.22 -
YUV 100.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 86 94 171 0.50 0.45 0 0.33 234.35 0.34 0.5
Hex 56 5E AB 32 2D 0 21 EA 22 32
Octal 126 136 253 62 55 0 41 352 42 62
Binary 1010110 1011110 10101011 110010 101101 0 100001 11101010 100010 110010

Color Harmonies of #565EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EAB

Black with #565EAB

Text Example


Text Example

White with #565EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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