Html Css Color HEX #5557AF Rich Blue

📋 copy color: '#5557AF'

red 85 ◦ green 87 ◦ blue 175

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

Shades of Rich Blue #5557AF

Tints of Rich Blue #5557AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 24.5%
G = 25.07%
B = 50.43%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5557AF (or 0x5557AF) is known color: Rich Blue. HEX triplet: 55, 57 and AF. RGB value is (85,87,175). Sum of RGB (Red+Green+Blue) = 85+87+175=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #5557AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AF is #AAA850. Grayscale: #606060. Windows color (decimal): -11184209 or 11491157. OLE color: 11491157.

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

Color convert

RGB 85 87 175 -
CMYK 0.51 0.50 0 0.31
HSL 238.67º 0.36% 0.51% -
HSV(B) 238.67º 0.51% 0.69% -
XYZ 14.89 11.84 42.06 -
YUV 96.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 85 87 175 0.51 0.50 0 0.31 238.67 0.36 0.51
Hex 55 57 AF 33 32 0 1F EF 24 33
Octal 125 127 257 63 62 0 37 357 44 63
Binary 1010101 1010111 10101111 110011 110010 0 11111 11101111 100100 110011

Color Harmonies of #5557AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557AF

Black with #5557AF

Text Example


Text Example

White with #5557AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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