Html Css Color HEX #5562AB Rich Blue

📋 copy color: '#5562AB'

red 85 ◦ green 98 ◦ blue 171

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

Shades of Rich Blue #5562AB

Tints of Rich Blue #5562AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 24.01%
G = 27.68%
B = 48.31%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5562AB (or 0x5562AB) is known color: Rich Blue. HEX triplet: 55, 62 and AB. RGB value is (85,98,171). Sum of RGB (Red+Green+Blue) = 85+98+171=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5562AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5562AB is #AA9D54. Grayscale: #666666. Windows color (decimal): -11181397 or 11231829. OLE color: 11231829.

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

Color convert

RGB 85 98 171 -
CMYK 0.50 0.43 0 0.33
HSL 230.93º 0.34% 0.5% -
HSV(B) 230.93º 0.5% 0.67% -
XYZ 15.46 13.61 40.34 -
YUV 102.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 85 98 171 0.50 0.43 0 0.33 230.93 0.34 0.5
Hex 55 62 AB 32 2B 0 21 E7 22 32
Octal 125 142 253 62 53 0 41 347 42 62
Binary 1010101 1100010 10101011 110010 101011 0 100001 11100111 100010 110010

Color Harmonies of #5562AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562AB

Black with #5562AB

Text Example


Text Example

White with #5562AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5562AB; }

 p { color: rgb(85,98,171); }

 H1.HeaderClassName
 {
   color: #5562AB;
 }
 .AnyTagClassName
 {
   color: #5562AB;
 }
</style>

background-color css

<style>
 a { background-color: #5562AB; }

 a { background-color: rgb(85,98,171); }

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

border-color css

<style>
 span { border-color: #5562AB; }

 span { border-color: rgb(85,98,171); }

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