Html Css Color HEX #565FAB Rich Blue

📋 copy color: '#565FAB'

red 86 ◦ green 95 ◦ blue 171

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

Shades of Rich Blue #565FAB

Tints of Rich Blue #565FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 24.43%
G = 26.99%
B = 48.58%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#565FAB (or 0x565FAB) is known color: Rich Blue. HEX triplet: 56, 5F and AB. RGB value is (86,95,171). Sum of RGB (Red+Green+Blue) = 86+95+171=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #565FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FAB is #A9A054. Grayscale: #646464. Windows color (decimal): -11116629 or 11231062. OLE color: 11231062.

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

Color convert

RGB 86 95 171 -
CMYK 0.50 0.44 0 0.33
HSL 233.65º 0.34% 0.5% -
HSV(B) 233.65º 0.5% 0.67% -
XYZ 15.28 13.1 40.25 -
YUV 100.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 86 95 171 0.50 0.44 0 0.33 233.65 0.34 0.5
Hex 56 5F AB 32 2C 0 21 EA 22 32
Octal 126 137 253 62 54 0 41 352 42 62
Binary 1010110 1011111 10101011 110010 101100 0 100001 11101010 100010 110010

Color Harmonies of #565FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FAB

Black with #565FAB

Text Example


Text Example

White with #565FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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