Html Css Color HEX #555BDE Royal Blue

📋 copy color: '#555BDE'

red 85 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #555BDE

Tints of Royal Blue #555BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 21.36%
G = 22.86%
B = 55.78%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#555BDE (or 0x555BDE) is known color: Royal Blue. HEX triplet: 55, 5B and DE. RGB value is (85,91,222). Sum of RGB (Red+Green+Blue) = 85+91+222=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #555BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BDE is #AAA421. Grayscale: #676767. Windows color (decimal): -11183138 or 14572373. OLE color: 14572373.

HSL color Cylindrical-coordinate representation of color #555BDE: hue angle of 237.37º 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 #555BDE is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 91 222 -
CMYK 0.62 0.59 0 0.13
HSL 237.37º 0.67% 0.6% -
HSV(B) 237.37º 0.62% 0.87% -
XYZ 20.67 14.69 70.85 -
YUV 104.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 85 91 222 0.62 0.59 0 0.13 237.37 0.67 0.6
Hex 55 5B DE 3E 3B 0 D ED 43 3C
Octal 125 133 336 76 73 0 15 355 103 74
Binary 1010101 1011011 11011110 111110 111011 0 1101 11101101 1000011 111100

Color Harmonies of #555BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BDE

Black with #555BDE

Text Example


Text Example

White with #555BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555BDE; }

 p { color: rgb(85,91,222); }

 H1.HeaderClassName
 {
   color: #555BDE;
 }
 .AnyTagClassName
 {
   color: #555BDE;
 }
</style>

background-color css

<style>
 a { background-color: #555BDE; }

 a { background-color: rgb(85,91,222); }

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

border-color css

<style>
 span { border-color: #555BDE; }

 span { border-color: rgb(85,91,222); }

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