Html Css Color HEX #555CDE Royal Blue

📋 copy color: '#555CDE'

red 85 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #555CDE

Tints of Royal Blue #555CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 21.3%
G = 23.06%
B = 55.64%

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

#555CDE (or 0x555CDE) is known color: Royal Blue. HEX triplet: 55, 5C and DE. RGB value is (85,92,222). Sum of RGB (Red+Green+Blue) = 85+92+222=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #555CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CDE is #AAA321. Grayscale: #686868. Windows color (decimal): -11182882 or 14572629. OLE color: 14572629.

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

Color convert

RGB 85 92 222 -
CMYK 0.62 0.59 0 0.13
HSL 236.93º 0.67% 0.6% -
HSV(B) 236.93º 0.62% 0.87% -
XYZ 20.76 14.86 70.88 -
YUV 104.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 85 92 222 0.62 0.59 0 0.13 236.93 0.67 0.6
Hex 55 5C DE 3E 3B 0 D ED 43 3C
Octal 125 134 336 76 73 0 15 355 103 74
Binary 1010101 1011100 11011110 111110 111011 0 1101 11101101 1000011 111100

Color Harmonies of #555CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CDE

Black with #555CDE

Text Example


Text Example

White with #555CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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