Html Css Color HEX #5359DD Royal Blue

📋 copy color: '#5359DD'

red 83 ◦ green 89 ◦ blue 221

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

Shades of Royal Blue #5359DD

Tints of Royal Blue #5359DD

RGB

 RED value IS 83 (32.81% from 255) = 21.12%

 GREEN value IS 89 (35.16% from 255) = 22.65%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 21.12%
G = 22.65%
B = 56.23%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5359DD (or 0x5359DD) is known color: Royal Blue. HEX triplet: 53, 59 and DD. RGB value is (83,89,221). Sum of RGB (Red+Green+Blue) = 83+89+221=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #5359DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359DD is #ACA622. Grayscale: #656565. Windows color (decimal): -11314723 or 14506323. OLE color: 14506323.

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

Color convert

RGB 83 89 221 -
CMYK 0.62 0.60 0 0.13
HSL 237.39º 0.67% 0.6% -
HSV(B) 237.39º 0.62% 0.87% -
XYZ 20.19 14.2 70.08 -
YUV 102.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 83 89 221 0.62 0.60 0 0.13 237.39 0.67 0.6
Hex 53 59 DD 3E 3C 0 D ED 43 3C
Octal 123 131 335 76 74 0 15 355 103 74
Binary 1010011 1011001 11011101 111110 111100 0 1101 11101101 1000011 111100

Color Harmonies of #5359DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359DD

Black with #5359DD

Text Example


Text Example

White with #5359DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5359DD; }

 p { color: rgb(83,89,221); }

 H1.HeaderClassName
 {
   color: #5359DD;
 }
 .AnyTagClassName
 {
   color: #5359DD;
 }
</style>

background-color css

<style>
 a { background-color: #5359DD; }

 a { background-color: rgb(83,89,221); }

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

border-color css

<style>
 span { border-color: #5359DD; }

 span { border-color: rgb(83,89,221); }

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