Html Css Color HEX #5C6EEE Royal Blue

📋 copy color: '#5C6EEE'

red 92 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #5C6EEE

Tints of Royal Blue #5C6EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 20.91%
G = 25%
B = 54.09%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5C6EEE (or 0x5C6EEE) is known color: Royal Blue. HEX triplet: 5C, 6E and EE. RGB value is (92,110,238). Sum of RGB (Red+Green+Blue) = 92+110+238=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C6EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6EEE is #A39111. Grayscale: #767676. Windows color (decimal): -10719506 or 15625820. OLE color: 15625820.

HSL color Cylindrical-coordinate representation of color #5C6EEE: hue angle of 232.6º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C6EEE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 110 238 -
CMYK 0.61 0.54 0 0.07
HSL 232.6º 0.81% 0.65% -
HSV(B) 232.6º 0.61% 0.93% -
XYZ 25.42 19.6 83.33 -
YUV 119.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 92 110 238 0.61 0.54 0 0.07 232.6 0.81 0.65
Hex 5C 6E EE 3D 36 0 7 E9 51 41
Octal 134 156 356 75 66 0 7 351 121 101
Binary 1011100 1101110 11101110 111101 110110 0 111 11101001 1010001 1000001

Color Harmonies of #5C6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6EEE

Black with #5C6EEE

Text Example


Text Example

White with #5C6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,110,238); }

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

background-color css

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

 a { background-color: rgb(92,110,238); }

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

border-color css

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

 span { border-color: rgb(92,110,238); }

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