Html Css Color HEX #556BDD Royal Blue

📋 copy color: '#556BDD'

red 85 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #556BDD

Tints of Royal Blue #556BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 20.58%
G = 25.91%
B = 53.51%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#556BDD (or 0x556BDD) is known color: Royal Blue. HEX triplet: 55, 6B and DD. RGB value is (85,107,221). Sum of RGB (Red+Green+Blue) = 85+107+221=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #556BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BDD is #AA9422. Grayscale: #707070. Windows color (decimal): -11179043 or 14510933. OLE color: 14510933.

HSL color Cylindrical-coordinate representation of color #556BDD: hue angle of 230.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556BDD is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 107 221 -
CMYK 0.62 0.52 0 0.13
HSL 230.29º 0.67% 0.6% -
HSV(B) 230.29º 0.62% 0.87% -
XYZ 22.06 17.67 70.65 -
YUV 113.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 85 107 221 0.62 0.52 0 0.13 230.29 0.67 0.6
Hex 55 6B DD 3E 34 0 D E6 43 3C
Octal 125 153 335 76 64 0 15 346 103 74
Binary 1010101 1101011 11011101 111110 110100 0 1101 11100110 1000011 111100

Color Harmonies of #556BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BDD

Black with #556BDD

Text Example


Text Example

White with #556BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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