Html Css Color HEX #5766DD Royal Blue

📋 copy color: '#5766DD'

red 87 ◦ green 102 ◦ blue 221

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

Shades of Royal Blue #5766DD

Tints of Royal Blue #5766DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

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

R = 21.22%
G = 24.88%
B = 53.9%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5766DD (or 0x5766DD) is known color: Royal Blue. HEX triplet: 57, 66 and DD. RGB value is (87,102,221). Sum of RGB (Red+Green+Blue) = 87+102+221=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #5766DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766DD is #A89922. Grayscale: #6E6E6E. Windows color (decimal): -11049251 or 14509655. OLE color: 14509655.

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

Color convert

RGB 87 102 221 -
CMYK 0.61 0.54 0 0.13
HSL 233.28º 0.66% 0.6% -
HSV(B) 233.28º 0.61% 0.87% -
XYZ 21.73 16.75 70.49 -
YUV 111.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 87 102 221 0.61 0.54 0 0.13 233.28 0.66 0.6
Hex 57 66 DD 3D 36 0 D E9 42 3C
Octal 127 146 335 75 66 0 15 351 102 74
Binary 1010111 1100110 11011101 111101 110110 0 1101 11101001 1000010 111100

Color Harmonies of #5766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766DD

Black with #5766DD

Text Example


Text Example

White with #5766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,102,221); }

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

background-color css

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

 a { background-color: rgb(87,102,221); }

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

border-color css

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

 span { border-color: rgb(87,102,221); }

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