Html Css Color HEX #5358DF Royal Blue

📋 copy color: '#5358DF'

red 83 ◦ green 88 ◦ blue 223

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

Shades of Royal Blue #5358DF

Tints of Royal Blue #5358DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 21.07%
G = 22.34%
B = 56.6%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5358DF (or 0x5358DF) is known color: Royal Blue. HEX triplet: 53, 58 and DF. RGB value is (83,88,223). Sum of RGB (Red+Green+Blue) = 83+88+223=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #5358DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5358DF is #ACA720. Grayscale: #656565. Windows color (decimal): -11314977 or 14637139. OLE color: 14637139.

HSL color Cylindrical-coordinate representation of color #5358DF: hue angle of 237.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5358DF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 88 223 -
CMYK 0.63 0.61 0 0.13
HSL 237.86º 0.69% 0.6% -
HSV(B) 237.86º 0.63% 0.87% -
XYZ 20.38 14.15 71.47 -
YUV 101.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 83 88 223 0.63 0.61 0 0.13 237.86 0.69 0.6
Hex 53 58 DF 3F 3D 0 D EE 45 3C
Octal 123 130 337 77 75 0 15 356 105 74
Binary 1010011 1011000 11011111 111111 111101 0 1101 11101110 1000101 111100

Color Harmonies of #5358DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5358DF

Black with #5358DF

Text Example


Text Example

White with #5358DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5358DF; }

 p { color: rgb(83,88,223); }

 H1.HeaderClassName
 {
   color: #5358DF;
 }
 .AnyTagClassName
 {
   color: #5358DF;
 }
</style>

background-color css

<style>
 a { background-color: #5358DF; }

 a { background-color: rgb(83,88,223); }

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

border-color css

<style>
 span { border-color: #5358DF; }

 span { border-color: rgb(83,88,223); }

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