Html Css Color HEX #556BEE Royal Blue

📋 copy color: '#556BEE'

red 85 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #556BEE

Tints of Royal Blue #556BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 19.77%
G = 24.88%
B = 55.35%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556BEE (or 0x556BEE) is known color: Royal Blue. HEX triplet: 55, 6B and EE. RGB value is (85,107,238). Sum of RGB (Red+Green+Blue) = 85+107+238=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #556BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BEE is #AA9411. Grayscale: #727272. Windows color (decimal): -11179026 or 15625045. OLE color: 15625045.

HSL color Cylindrical-coordinate representation of color #556BEE: hue angle of 231.37º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556BEE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 107 238 -
CMYK 0.64 0.55 0 0.07
HSL 231.37º 0.82% 0.63% -
HSV(B) 231.37º 0.64% 0.93% -
XYZ 24.44 18.62 83.19 -
YUV 115.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 85 107 238 0.64 0.55 0 0.07 231.37 0.82 0.63
Hex 55 6B EE 40 37 0 7 E7 52 3F
Octal 125 153 356 100 67 0 7 347 122 77
Binary 1010101 1101011 11101110 1000000 110111 0 111 11100111 1010010 111111

Color Harmonies of #556BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BEE

Black with #556BEE

Text Example


Text Example

White with #556BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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