Html Css Color HEX #556DCD Royal Blue

📋 copy color: '#556DCD'

red 85 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #556DCD

Tints of Royal Blue #556DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 21.3%
G = 27.32%
B = 51.38%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#556DCD (or 0x556DCD) is known color: Royal Blue. HEX triplet: 55, 6D and CD. RGB value is (85,109,205). Sum of RGB (Red+Green+Blue) = 85+109+205=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #556DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCD is #AA9232. Grayscale: #707070. Windows color (decimal): -11178547 or 13462869. OLE color: 13462869.

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

Color convert

RGB 85 109 205 -
CMYK 0.59 0.47 0 0.20
HSL 228º 0.55% 0.57% -
HSV(B) 228º 0.59% 0.8% -
XYZ 20.23 17.28 60.03 -
YUV 112.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 85 109 205 0.59 0.47 0 0.20 228 0.55 0.57
Hex 55 6D CD 3B 2F 0 14 E4 37 39
Octal 125 155 315 73 57 0 24 344 67 71
Binary 1010101 1101101 11001101 111011 101111 0 10100 11100100 110111 111001

Color Harmonies of #556DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DCD

Black with #556DCD

Text Example


Text Example

White with #556DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,205); }

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

background-color css

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

 a { background-color: rgb(85,109,205); }

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

border-color css

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

 span { border-color: rgb(85,109,205); }

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