Html Css Color HEX #5560AF Rich Blue

📋 copy color: '#5560AF'

red 85 ◦ green 96 ◦ blue 175

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

Shades of Rich Blue #5560AF

Tints of Rich Blue #5560AF

RGB

 RED value IS 85 (33.59% from 255) = 23.88%

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 23.88%
G = 26.97%
B = 49.16%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5560AF (or 0x5560AF) is known color: Rich Blue. HEX triplet: 55, 60 and AF. RGB value is (85,96,175). Sum of RGB (Red+Green+Blue) = 85+96+175=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5560AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5560AF is #AA9F50. Grayscale: #656565. Windows color (decimal): -11181905 or 11493461. OLE color: 11493461.

HSL color Cylindrical-coordinate representation of color #5560AF: hue angle of 232.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5560AF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 96 175 -
CMYK 0.51 0.45 0 0.31
HSL 232.67º 0.36% 0.51% -
HSV(B) 232.67º 0.51% 0.69% -
XYZ 15.67 13.39 42.32 -
YUV 101.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 85 96 175 0.51 0.45 0 0.31 232.67 0.36 0.51
Hex 55 60 AF 33 2D 0 1F E9 24 33
Octal 125 140 257 63 55 0 37 351 44 63
Binary 1010101 1100000 10101111 110011 101101 0 11111 11101001 100100 110011

Color Harmonies of #5560AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5560AF

Black with #5560AF

Text Example


Text Example

White with #5560AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5560AF; }

 p { color: rgb(85,96,175); }

 H1.HeaderClassName
 {
   color: #5560AF;
 }
 .AnyTagClassName
 {
   color: #5560AF;
 }
</style>

background-color css

<style>
 a { background-color: #5560AF; }

 a { background-color: rgb(85,96,175); }

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

border-color css

<style>
 span { border-color: #5560AF; }

 span { border-color: rgb(85,96,175); }

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