Html Css Color HEX #556DCE Royal Blue

📋 copy color: '#556DCE'

red 85 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #556DCE

Tints of Royal Blue #556DCE

RGB

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

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

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

R = 21.25%
G = 27.25%
B = 51.5%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556DCE (or 0x556DCE) is known color: Royal Blue. HEX triplet: 55, 6D and CE. RGB value is (85,109,206). Sum of RGB (Red+Green+Blue) = 85+109+206=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #556DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DCE is #AA9231. Grayscale: #707070. Windows color (decimal): -11178546 or 13528405. OLE color: 13528405.

HSL color Cylindrical-coordinate representation of color #556DCE: hue angle of 228.1º 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 #556DCE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 109 206 -
CMYK 0.59 0.47 0 0.19
HSL 228.1º 0.55% 0.57% -
HSV(B) 228.1º 0.59% 0.81% -
XYZ 20.36 17.32 60.66 -
YUV 112.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 85 109 206 0.59 0.47 0 0.19 228.1 0.55 0.57
Hex 55 6D CE 3B 2F 0 13 E4 37 39
Octal 125 155 316 73 57 0 23 344 67 71
Binary 1010101 1101101 11001110 111011 101111 0 10011 11100100 110111 111001

Color Harmonies of #556DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DCE

Black with #556DCE

Text Example


Text Example

White with #556DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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