Html Css Color HEX #556BED Royal Blue

📋 copy color: '#556BED'

red 85 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #556BED

Tints of Royal Blue #556BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 19.81%
G = 24.94%
B = 55.24%

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

#556BED (or 0x556BED) is known color: Royal Blue. HEX triplet: 55, 6B and ED. RGB value is (85,107,237). Sum of RGB (Red+Green+Blue) = 85+107+237=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #556BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BED is #AA9412. Grayscale: #727272. Windows color (decimal): -11179027 or 15559509. OLE color: 15559509.

HSL color Cylindrical-coordinate representation of color #556BED: hue angle of 231.32º degrees, saturation: 0.81, 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 #556BED is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 107 237 -
CMYK 0.64 0.55 0 0.07
HSL 231.32º 0.81% 0.63% -
HSV(B) 231.32º 0.64% 0.93% -
XYZ 24.29 18.56 82.42 -
YUV 115.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 85 107 237 0.64 0.55 0 0.07 231.32 0.81 0.63
Hex 55 6B ED 40 37 0 7 E7 51 3F
Octal 125 153 355 100 67 0 7 347 121 77
Binary 1010101 1101011 11101101 1000000 110111 0 111 11100111 1010001 111111

Color Harmonies of #556BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BED

Black with #556BED

Text Example


Text Example

White with #556BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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