#5C6ADB

Color #5C6ADB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5C6ADB

Tints of Royal Blue #5C6ADB

Color information

#5C6ADB (or 0x5C6ADB) is unknown color: approx Royal Blue. HEX triplet: 5C, 6A and DB. RGB value is (92,106,219). Sum of RGB (Red+Green+Blue) = 92+106+219=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ADB is #A39524. Grayscale: #727272. Windows color (decimal): -10720549 or 14379612. OLE color: 14379612.

HSL color Cylindrical-coordinate representation of color #5C6ADB: hue angle of 233.39º 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 #5C6ADB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92106219-
CMYK0.580.5200.14
HSL233.39º63.82%60.98%-
HSV(B)233.39º57.99%85.88%-
XYZ22.3517.769.26-
YUV114.7186.86111.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.06%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=22.06%
G=25.42%
B=52.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921062190.580.5200.14233.3963.8260.98
Hex5C6ADB3A340Ee9403d
Octal134152333726401635110075
Binary101110011010101101101111101011010001110111010011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C6ADB;
 }
 .AnyTagClassName
 {
   color: #5C6ADB;
 }
</style>
background-color css

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

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

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

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

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

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