Html Css Color HEX #5768DC Royal Blue

📋 copy color: '#5768DC'

red 87 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #5768DC

Tints of Royal Blue #5768DC

RGB

 RED value IS 87 (34.38% from 255) = 21.17%

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 21.17%
G = 25.3%
B = 53.53%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5768DC (or 0x5768DC) is known color: Royal Blue. HEX triplet: 57, 68 and DC. RGB value is (87,104,220). Sum of RGB (Red+Green+Blue) = 87+104+220=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #5768DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768DC is #A89723. Grayscale: #6F6F6F. Windows color (decimal): -11048740 or 14444631. OLE color: 14444631.

HSL color Cylindrical-coordinate representation of color #5768DC: hue angle of 232.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5768DC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 104 220 -
CMYK 0.60 0.53 0 0.14
HSL 232.33º 0.66% 0.6% -
HSV(B) 232.33º 0.6% 0.86% -
XYZ 21.8 17.09 69.86 -
YUV 112.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 87 104 220 0.60 0.53 0 0.14 232.33 0.66 0.6
Hex 57 68 DC 3C 35 0 E E8 42 3C
Octal 127 150 334 74 65 0 16 350 102 74
Binary 1010111 1101000 11011100 111100 110101 0 1110 11101000 1000010 111100

Color Harmonies of #5768DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768DC

Black with #5768DC

Text Example


Text Example

White with #5768DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5768DC; }

 p { color: rgb(87,104,220); }

 H1.HeaderClassName
 {
   color: #5768DC;
 }
 .AnyTagClassName
 {
   color: #5768DC;
 }
</style>

background-color css

<style>
 a { background-color: #5768DC; }

 a { background-color: rgb(87,104,220); }

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

border-color css

<style>
 span { border-color: #5768DC; }

 span { border-color: rgb(87,104,220); }

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