Html Css Color HEX #5769D5 Royal Blue

📋 copy color: '#5769D5'

red 87 ◦ green 105 ◦ blue 213

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

Shades of Royal Blue #5769D5

Tints of Royal Blue #5769D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 21.48%
G = 25.93%
B = 52.59%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5769D5 (or 0x5769D5) is known color: Royal Blue. HEX triplet: 57, 69 and D5. RGB value is (87,105,213). Sum of RGB (Red+Green+Blue) = 87+105+213=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #5769D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769D5 is #A8962A. Grayscale: #6F6F6F. Windows color (decimal): -11048491 or 13986135. OLE color: 13986135.

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

Color convert

RGB 87 105 213 -
CMYK 0.59 0.51 0 0.16
HSL 231.43º 0.6% 0.59% -
HSV(B) 231.43º 0.59% 0.84% -
XYZ 20.99 16.93 65.11 -
YUV 111.93 185.04 110.22 -
System Red Green Blue C M Y K H S L
Decimal 87 105 213 0.59 0.51 0 0.16 231.43 0.6 0.59
Hex 57 69 D5 3B 33 0 10 E7 3C 3B
Octal 127 151 325 73 63 0 20 347 74 73
Binary 1010111 1101001 11010101 111011 110011 0 10000 11100111 111100 111011

Color Harmonies of #5769D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5769D5

Black with #5769D5

Text Example


Text Example

White with #5769D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5769D5; }

 p { color: rgb(87,105,213); }

 H1.HeaderClassName
 {
   color: #5769D5;
 }
 .AnyTagClassName
 {
   color: #5769D5;
 }
</style>

background-color css

<style>
 a { background-color: #5769D5; }

 a { background-color: rgb(87,105,213); }

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

border-color css

<style>
 span { border-color: #5769D5; }

 span { border-color: rgb(87,105,213); }

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