Html Css Color HEX #5C6FDD Royal Blue

📋 copy color: '#5C6FDD'

red 92 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #5C6FDD

Tints of Royal Blue #5C6FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 21.7%
G = 26.18%
B = 52.12%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C6FDD (or 0x5C6FDD) is known color: Royal Blue. HEX triplet: 5C, 6F and DD. RGB value is (92,111,221). Sum of RGB (Red+Green+Blue) = 92+111+221=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6FDD is #A39022. Grayscale: #757575. Windows color (decimal): -10719267 or 14511964. OLE color: 14511964.

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

Color convert

RGB 92 111 221 -
CMYK 0.58 0.50 0 0.13
HSL 231.16º 0.65% 0.61% -
HSV(B) 231.16º 0.58% 0.87% -
XYZ 23.15 18.86 70.83 -
YUV 117.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 92 111 221 0.58 0.50 0 0.13 231.16 0.65 0.61
Hex 5C 6F DD 3A 32 0 D E7 41 3D
Octal 134 157 335 72 62 0 15 347 101 75
Binary 1011100 1101111 11011101 111010 110010 0 1101 11100111 1000001 111101

Color Harmonies of #5C6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6FDD

Black with #5C6FDD

Text Example


Text Example

White with #5C6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,111,221); }

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

background-color css

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

 a { background-color: rgb(92,111,221); }

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

border-color css

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

 span { border-color: rgb(92,111,221); }

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