Html Css Color HEX #576BDC Royal Blue

📋 copy color: '#576BDC'

red 87 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #576BDC

Tints of Royal Blue #576BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 21.01%
G = 25.85%
B = 53.14%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#576BDC (or 0x576BDC) is known color: Royal Blue. HEX triplet: 57, 6B and DC. RGB value is (87,107,220). Sum of RGB (Red+Green+Blue) = 87+107+220=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #576BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576BDC is #A89423. Grayscale: #717171. Windows color (decimal): -11047972 or 14445399. OLE color: 14445399.

HSL color Cylindrical-coordinate representation of color #576BDC: hue angle of 230.98º 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 #576BDC is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 107 220 -
CMYK 0.60 0.51 0 0.14
HSL 230.98º 0.66% 0.6% -
HSV(B) 230.98º 0.6% 0.86% -
XYZ 22.11 17.71 69.96 -
YUV 113.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 87 107 220 0.60 0.51 0 0.14 230.98 0.66 0.6
Hex 57 6B DC 3C 33 0 E E7 42 3C
Octal 127 153 334 74 63 0 16 347 102 74
Binary 1010111 1101011 11011100 111100 110011 0 1110 11100111 1000010 111100

Color Harmonies of #576BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576BDC

Black with #576BDC

Text Example


Text Example

White with #576BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576BDC; }

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

 H1.HeaderClassName
 {
   color: #576BDC;
 }
 .AnyTagClassName
 {
   color: #576BDC;
 }
</style>

background-color css

<style>
 a { background-color: #576BDC; }

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

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

border-color css

<style>
 span { border-color: #576BDC; }

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

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