Html Css Color HEX #556BCE Royal Blue

📋 copy color: '#556BCE'

red 85 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #556BCE

Tints of Royal Blue #556BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

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

R = 21.36%
G = 26.88%
B = 51.76%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556BCE (or 0x556BCE) is known color: Royal Blue. HEX triplet: 55, 6B and CE. RGB value is (85,107,206). Sum of RGB (Red+Green+Blue) = 85+107+206=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #556BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BCE is #AA9431. Grayscale: #6F6F6F. Windows color (decimal): -11179058 or 13527893. OLE color: 13527893.

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

Color convert

RGB 85 107 206 -
CMYK 0.59 0.48 0 0.19
HSL 229.09º 0.55% 0.57% -
HSV(B) 229.09º 0.59% 0.81% -
XYZ 20.14 16.9 60.59 -
YUV 111.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 85 107 206 0.59 0.48 0 0.19 229.09 0.55 0.57
Hex 55 6B CE 3B 30 0 13 E5 37 39
Octal 125 153 316 73 60 0 23 345 67 71
Binary 1010101 1101011 11001110 111011 110000 0 10011 11100101 110111 111001

Color Harmonies of #556BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BCE

Black with #556BCE

Text Example


Text Example

White with #556BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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