Html Css Color HEX #5766EB Royal Blue

📋 copy color: '#5766EB'

red 87 ◦ green 102 ◦ blue 235

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

Shades of Royal Blue #5766EB

Tints of Royal Blue #5766EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 20.52%
G = 24.06%
B = 55.42%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5766EB (or 0x5766EB) is known color: Royal Blue. HEX triplet: 57, 66 and EB. RGB value is (87,102,235). Sum of RGB (Red+Green+Blue) = 87+102+235=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #5766EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5766EB is #A89914. Grayscale: #707070. Windows color (decimal): -11049237 or 15427159. OLE color: 15427159.

HSL color Cylindrical-coordinate representation of color #5766EB: hue angle of 233.92º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5766EB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 102 235 -
CMYK 0.63 0.57 0 0.08
HSL 233.92º 0.79% 0.63% -
HSV(B) 233.92º 0.63% 0.92% -
XYZ 23.68 17.53 80.73 -
YUV 112.68 197.03 109.69 -
System Red Green Blue C M Y K H S L
Decimal 87 102 235 0.63 0.57 0 0.08 233.92 0.79 0.63
Hex 57 66 EB 3F 39 0 8 EA 4F 3F
Octal 127 146 353 77 71 0 10 352 117 77
Binary 1010111 1100110 11101011 111111 111001 0 1000 11101010 1001111 111111

Color Harmonies of #5766EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766EB

Black with #5766EB

Text Example


Text Example

White with #5766EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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