Html Css Color HEX #556ACE Royal Blue

📋 copy color: '#556ACE'

red 85 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #556ACE

Tints of Royal Blue #556ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 21.41%
G = 26.7%
B = 51.89%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556ACE (or 0x556ACE) is known color: Royal Blue. HEX triplet: 55, 6A and CE. RGB value is (85,106,206). Sum of RGB (Red+Green+Blue) = 85+106+206=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #556ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACE is #AA9531. Grayscale: #6E6E6E. Windows color (decimal): -11179314 or 13527637. OLE color: 13527637.

HSL color Cylindrical-coordinate representation of color #556ACE: hue angle of 229.59º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556ACE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 106 206 -
CMYK 0.59 0.49 0 0.19
HSL 229.59º 0.55% 0.57% -
HSV(B) 229.59º 0.59% 0.81% -
XYZ 20.04 16.7 60.56 -
YUV 111.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 85 106 206 0.59 0.49 0 0.19 229.59 0.55 0.57
Hex 55 6A CE 3B 31 0 13 E6 37 39
Octal 125 152 316 73 61 0 23 346 67 71
Binary 1010101 1101010 11001110 111011 110001 0 10011 11100110 110111 111001

Color Harmonies of #556ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ACE

Black with #556ACE

Text Example


Text Example

White with #556ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556ACE; }

 p { color: rgb(85,106,206); }

 H1.HeaderClassName
 {
   color: #556ACE;
 }
 .AnyTagClassName
 {
   color: #556ACE;
 }
</style>

background-color css

<style>
 a { background-color: #556ACE; }

 a { background-color: rgb(85,106,206); }

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

border-color css

<style>
 span { border-color: #556ACE; }

 span { border-color: rgb(85,106,206); }

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