Html Css Color HEX #555DDA Royal Blue

📋 copy color: '#555DDA'

red 85 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #555DDA

Tints of Royal Blue #555DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 21.46%
G = 23.48%
B = 55.05%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#555DDA (or 0x555DDA) is known color: Royal Blue. HEX triplet: 55, 5D and DA. RGB value is (85,93,218). Sum of RGB (Red+Green+Blue) = 85+93+218=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #555DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDA is #AAA225. Grayscale: #686868. Windows color (decimal): -11182630 or 14310741. OLE color: 14310741.

HSL color Cylindrical-coordinate representation of color #555DDA: hue angle of 236.39º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555DDA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 93 218 -
CMYK 0.61 0.57 0 0.15
HSL 236.39º 0.64% 0.59% -
HSV(B) 236.39º 0.61% 0.85% -
XYZ 20.32 14.82 68.12 -
YUV 104.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 85 93 218 0.61 0.57 0 0.15 236.39 0.64 0.59
Hex 55 5D DA 3D 39 0 F EC 40 3B
Octal 125 135 332 75 71 0 17 354 100 73
Binary 1010101 1011101 11011010 111101 111001 0 1111 11101100 1000000 111011

Color Harmonies of #555DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DDA

Black with #555DDA

Text Example


Text Example

White with #555DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,218); }

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

background-color css

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

 a { background-color: rgb(85,93,218); }

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

border-color css

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

 span { border-color: rgb(85,93,218); }

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