Html Css Color HEX #5D6FDE Royal Blue

📋 copy color: '#5D6FDE'

red 93 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #5D6FDE

Tints of Royal Blue #5D6FDE

RGB

 RED value IS 93 (36.72% from 255) = 21.83%

 GREEN value IS 111 (43.75% from 255) = 26.06%

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

R = 21.83%
G = 26.06%
B = 52.11%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D6FDE (or 0x5D6FDE) is known color: Royal Blue. HEX triplet: 5D, 6F and DE. RGB value is (93,111,222). Sum of RGB (Red+Green+Blue) = 93+111+222=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D6FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6FDE is #A29021. Grayscale: #757575. Windows color (decimal): -10653730 or 14577501. OLE color: 14577501.

HSL color Cylindrical-coordinate representation of color #5D6FDE: hue angle of 231.63º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D6FDE is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 111 222 -
CMYK 0.58 0.5 0 0.13
HSL 231.63º 0.66% 0.62% -
HSV(B) 231.63º 0.58% 0.87% -
XYZ 23.38 18.97 71.54 -
YUV 118.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 93 111 222 0.58 0.5 0 0.13 231.63 0.66 0.62
Hex 5D 6F DE 3A 32 0 D E8 42 3E
Octal 135 157 336 72 62 0 15 350 102 76
Binary 1011101 1101111 11011110 111010 110010 0 1101 11101000 1000010 111110

Color Harmonies of #5D6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6FDE

Black with #5D6FDE

Text Example


Text Example

White with #5D6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6FDE; }

 p { color: rgb(93,111,222); }

 H1.HeaderClassName
 {
   color: #5D6FDE;
 }
 .AnyTagClassName
 {
   color: #5D6FDE;
 }
</style>

background-color css

<style>
 a { background-color: #5D6FDE; }

 a { background-color: rgb(93,111,222); }

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

border-color css

<style>
 span { border-color: #5D6FDE; }

 span { border-color: rgb(93,111,222); }

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