Html Css Color HEX #5772DB Royal Blue

📋 copy color: '#5772DB'

red 87 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #5772DB

Tints of Royal Blue #5772DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 20.71%
G = 27.14%
B = 52.14%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5772DB (or 0x5772DB) is known color: Royal Blue. HEX triplet: 57, 72 and DB. RGB value is (87,114,219). Sum of RGB (Red+Green+Blue) = 87+114+219=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5772DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772DB is #A88D24. Grayscale: #757575. Windows color (decimal): -11046181 or 14381655. OLE color: 14381655.

HSL color Cylindrical-coordinate representation of color #5772DB: hue angle of 227.73º degrees, saturation: 0.65, 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 #5772DB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 114 219 -
CMYK 0.60 0.48 0 0.14
HSL 227.73º 0.65% 0.6% -
HSV(B) 227.73º 0.6% 0.86% -
XYZ 22.73 19.18 69.52 -
YUV 117.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 87 114 219 0.60 0.48 0 0.14 227.73 0.65 0.6
Hex 57 72 DB 3C 30 0 E E4 41 3C
Octal 127 162 333 74 60 0 16 344 101 74
Binary 1010111 1110010 11011011 111100 110000 0 1110 11100100 1000001 111100

Color Harmonies of #5772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5772DB

Black with #5772DB

Text Example


Text Example

White with #5772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5772DB; }

 p { color: rgb(87,114,219); }

 H1.HeaderClassName
 {
   color: #5772DB;
 }
 .AnyTagClassName
 {
   color: #5772DB;
 }
</style>

background-color css

<style>
 a { background-color: #5772DB; }

 a { background-color: rgb(87,114,219); }

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

border-color css

<style>
 span { border-color: #5772DB; }

 span { border-color: rgb(87,114,219); }

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