Html Css Color HEX #5768D7 Royal Blue

📋 copy color: '#5768D7'

red 87 ◦ green 104 ◦ blue 215

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

Shades of Royal Blue #5768D7

Tints of Royal Blue #5768D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 21.43%
G = 25.62%
B = 52.96%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5768D7 (or 0x5768D7) is known color: Royal Blue. HEX triplet: 57, 68 and D7. RGB value is (87,104,215). Sum of RGB (Red+Green+Blue) = 87+104+215=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #5768D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768D7 is #A89728. Grayscale: #6F6F6F. Windows color (decimal): -11048745 or 14116951. OLE color: 14116951.

HSL color Cylindrical-coordinate representation of color #5768D7: hue angle of 232.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5768D7 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 104 215 -
CMYK 0.60 0.52 0 0.16
HSL 232.03º 0.62% 0.59% -
HSV(B) 232.03º 0.6% 0.84% -
XYZ 21.15 16.83 66.42 -
YUV 111.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 87 104 215 0.60 0.52 0 0.16 232.03 0.62 0.59
Hex 57 68 D7 3C 34 0 10 E8 3E 3B
Octal 127 150 327 74 64 0 20 350 76 73
Binary 1010111 1101000 11010111 111100 110100 0 10000 11101000 111110 111011

Color Harmonies of #5768D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768D7

Black with #5768D7

Text Example


Text Example

White with #5768D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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