Html Css Color HEX #5556AF Rich Blue

📋 copy color: '#5556AF'

red 85 ◦ green 86 ◦ blue 175

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

Shades of Rich Blue #5556AF

Tints of Rich Blue #5556AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

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

R = 24.57%
G = 24.86%
B = 50.58%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5556AF (or 0x5556AF) is known color: Rich Blue. HEX triplet: 55, 56 and AF. RGB value is (85,86,175). Sum of RGB (Red+Green+Blue) = 85+86+175=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #5556AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5556AF is #AAA950. Grayscale: #5F5F5F. Windows color (decimal): -11184465 or 11490901. OLE color: 11490901.

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

Color convert

RGB 85 86 175 -
CMYK 0.51 0.51 0 0.31
HSL 239.33º 0.36% 0.51% -
HSV(B) 239.33º 0.51% 0.69% -
XYZ 14.81 11.68 42.03 -
YUV 95.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 85 86 175 0.51 0.51 0 0.31 239.33 0.36 0.51
Hex 55 56 AF 33 33 0 1F EF 24 33
Octal 125 126 257 63 63 0 37 357 44 63
Binary 1010101 1010110 10101111 110011 110011 0 11111 11101111 100100 110011

Color Harmonies of #5556AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5556AF

Black with #5556AF

Text Example


Text Example

White with #5556AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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