Html Css Color HEX #5766D3 Royal Blue

📋 copy color: '#5766D3'

red 87 ◦ green 102 ◦ blue 211

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

Shades of Royal Blue #5766D3

Tints of Royal Blue #5766D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.75%

R = 21.75%
G = 25.5%
B = 52.75%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5766D3 (or 0x5766D3) is known color: Royal Blue. HEX triplet: 57, 66 and D3. RGB value is (87,102,211). Sum of RGB (Red+Green+Blue) = 87+102+211=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #5766D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766D3 is #A8992C. Grayscale: #6D6D6D. Windows color (decimal): -11049261 or 13854295. OLE color: 13854295.

HSL color Cylindrical-coordinate representation of color #5766D3: hue angle of 232.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5766D3 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 87 102 211 -
CMYK 0.59 0.52 0 0.17
HSL 232.74º 0.58% 0.58% -
HSV(B) 232.74º 0.59% 0.83% -
XYZ 20.44 16.23 63.68 -
YUV 109.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 87 102 211 0.59 0.52 0 0.17 232.74 0.58 0.58
Hex 57 66 D3 3B 34 0 11 E9 3A 3A
Octal 127 146 323 73 64 0 21 351 72 72
Binary 1010111 1100110 11010011 111011 110100 0 10001 11101001 111010 111010

Color Harmonies of #5766D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766D3

Black with #5766D3

Text Example


Text Example

White with #5766D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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