Html Css Color HEX #565BAA Rich Blue

📋 copy color: '#565BAA'

red 86 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #565BAA

Tints of Rich Blue #565BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 24.78%
G = 26.22%
B = 48.99%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565BAA (or 0x565BAA) is known color: Rich Blue. HEX triplet: 56, 5B and AA. RGB value is (86,91,170). Sum of RGB (Red+Green+Blue) = 86+91+170=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #565BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BAA is #A9A455. Grayscale: #626262. Windows color (decimal): -11117654 or 11164502. OLE color: 11164502.

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

Color convert

RGB 86 91 170 -
CMYK 0.49 0.46 0 0.33
HSL 236.43º 0.33% 0.5% -
HSV(B) 236.43º 0.49% 0.67% -
XYZ 14.83 12.36 39.63 -
YUV 98.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 86 91 170 0.49 0.46 0 0.33 236.43 0.33 0.5
Hex 56 5B AA 31 2E 0 21 EC 21 32
Octal 126 133 252 61 56 0 41 354 41 62
Binary 1010110 1011011 10101010 110001 101110 0 100001 11101100 100001 110010

Color Harmonies of #565BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BAA

Black with #565BAA

Text Example


Text Example

White with #565BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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