Html Css Color HEX #5876DD Royal Blue

📋 copy color: '#5876DD'

red 88 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #5876DD

Tints of Royal Blue #5876DD

RGB

 RED value IS 88 (34.77% from 255) = 20.61%

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 20.61%
G = 27.63%
B = 51.76%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5876DD (or 0x5876DD) is known color: Royal Blue. HEX triplet: 58, 76 and DD. RGB value is (88,118,221). Sum of RGB (Red+Green+Blue) = 88+118+221=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #5876DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5876DD is #A78922. Grayscale: #787878. Windows color (decimal): -10979619 or 14513752. OLE color: 14513752.

HSL color Cylindrical-coordinate representation of color #5876DD: hue angle of 226.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5876DD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 118 221 -
CMYK 0.60 0.47 0 0.13
HSL 226.47º 0.66% 0.61% -
HSV(B) 226.47º 0.6% 0.87% -
XYZ 23.55 20.25 71.07 -
YUV 120.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 88 118 221 0.60 0.47 0 0.13 226.47 0.66 0.61
Hex 58 76 DD 3C 2F 0 D E2 42 3D
Octal 130 166 335 74 57 0 15 342 102 75
Binary 1011000 1110110 11011101 111100 101111 0 1101 11100010 1000010 111101

Color Harmonies of #5876DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5876DD

Black with #5876DD

Text Example


Text Example

White with #5876DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5876DD; }

 p { color: rgb(88,118,221); }

 H1.HeaderClassName
 {
   color: #5876DD;
 }
 .AnyTagClassName
 {
   color: #5876DD;
 }
</style>

background-color css

<style>
 a { background-color: #5876DD; }

 a { background-color: rgb(88,118,221); }

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

border-color css

<style>
 span { border-color: #5876DD; }

 span { border-color: rgb(88,118,221); }

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