Html Css Color HEX #5C6DDB Royal Blue

📋 copy color: '#5C6DDB'

red 92 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #5C6DDB

Tints of Royal Blue #5C6DDB

RGB

 RED value IS 92 (36.33% from 255) = 21.9%

 GREEN value IS 109 (42.97% from 255) = 25.95%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 21.9%
G = 25.95%
B = 52.14%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C6DDB (or 0x5C6DDB) is known color: Royal Blue. HEX triplet: 5C, 6D and DB. RGB value is (92,109,219). Sum of RGB (Red+Green+Blue) = 92+109+219=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6DDB is #A39224. Grayscale: #747474. Windows color (decimal): -10719781 or 14380380. OLE color: 14380380.

HSL color Cylindrical-coordinate representation of color #5C6DDB: hue angle of 231.97º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C6DDB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 109 219 -
CMYK 0.58 0.50 0 0.14
HSL 231.97º 0.64% 0.61% -
HSV(B) 231.97º 0.58% 0.86% -
XYZ 22.67 18.33 69.36 -
YUV 116.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 92 109 219 0.58 0.50 0 0.14 231.97 0.64 0.61
Hex 5C 6D DB 3A 32 0 E E8 40 3D
Octal 134 155 333 72 62 0 16 350 100 75
Binary 1011100 1101101 11011011 111010 110010 0 1110 11101000 1000000 111101

Color Harmonies of #5C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6DDB

Black with #5C6DDB

Text Example


Text Example

White with #5C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,109,219); }

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

background-color css

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

 a { background-color: rgb(92,109,219); }

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

border-color css

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

 span { border-color: rgb(92,109,219); }

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