Html Css Color HEX #556CE6 Royal Blue

📋 copy color: '#556CE6'

red 85 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #556CE6

Tints of Royal Blue #556CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 230 (90.23% from 255) = 54.37%

R = 20.09%
G = 25.53%
B = 54.37%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#556CE6 (or 0x556CE6) is known color: Royal Blue. HEX triplet: 55, 6C and E6. RGB value is (85,108,230). Sum of RGB (Red+Green+Blue) = 85+108+230=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #556CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CE6 is #AA9319. Grayscale: #727272. Windows color (decimal): -11178778 or 15101013. OLE color: 15101013.

HSL color Cylindrical-coordinate representation of color #556CE6: hue angle of 230.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556CE6 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 108 230 -
CMYK 0.63 0.53 0 0.10
HSL 230.48º 0.74% 0.62% -
HSV(B) 230.48º 0.63% 0.9% -
XYZ 23.39 18.37 77.18 -
YUV 115.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 85 108 230 0.63 0.53 0 0.10 230.48 0.74 0.62
Hex 55 6C E6 3F 35 0 A E6 4A 3E
Octal 125 154 346 77 65 0 12 346 112 76
Binary 1010101 1101100 11100110 111111 110101 0 1010 11100110 1001010 111110

Color Harmonies of #556CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CE6

Black with #556CE6

Text Example


Text Example

White with #556CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,230); }

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

background-color css

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

 a { background-color: rgb(85,108,230); }

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

border-color css

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

 span { border-color: rgb(85,108,230); }

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