Html Css Color HEX #5562AF Rich Blue

📋 copy color: '#5562AF'

red 85 ◦ green 98 ◦ blue 175

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

Shades of Rich Blue #5562AF

Tints of Rich Blue #5562AF

RGB

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

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

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

R = 23.74%
G = 27.37%
B = 48.88%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5562AF (or 0x5562AF) is known color: Rich Blue. HEX triplet: 55, 62 and AF. RGB value is (85,98,175). Sum of RGB (Red+Green+Blue) = 85+98+175=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5562AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5562AF is #AA9D50. Grayscale: #666666. Windows color (decimal): -11181393 or 11493973. OLE color: 11493973.

HSL color Cylindrical-coordinate representation of color #5562AF: hue angle of 231.33º 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 #5562AF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 98 175 -
CMYK 0.51 0.44 0 0.31
HSL 231.33º 0.36% 0.51% -
HSV(B) 231.33º 0.51% 0.69% -
XYZ 15.85 13.76 42.38 -
YUV 102.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 85 98 175 0.51 0.44 0 0.31 231.33 0.36 0.51
Hex 55 62 AF 33 2C 0 1F E7 24 33
Octal 125 142 257 63 54 0 37 347 44 63
Binary 1010101 1100010 10101111 110011 101100 0 11111 11100111 100100 110011

Color Harmonies of #5562AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562AF

Black with #5562AF

Text Example


Text Example

White with #5562AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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