Html Css Color HEX #5766EA Royal Blue

📋 copy color: '#5766EA'

red 87 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #5766EA

Tints of Royal Blue #5766EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 20.57%
G = 24.11%
B = 55.32%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5766EA (or 0x5766EA) is known color: Royal Blue. HEX triplet: 57, 66 and EA. RGB value is (87,102,234). Sum of RGB (Red+Green+Blue) = 87+102+234=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #5766EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5766EA is #A89915. Grayscale: #707070. Windows color (decimal): -11049238 or 15361623. OLE color: 15361623.

HSL color Cylindrical-coordinate representation of color #5766EA: hue angle of 233.88º degrees, saturation: 0.78, 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 #5766EA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 102 234 -
CMYK 0.63 0.56 0 0.08
HSL 233.88º 0.78% 0.63% -
HSV(B) 233.88º 0.63% 0.92% -
XYZ 23.53 17.47 79.97 -
YUV 112.56 196.53 109.77 -
System Red Green Blue C M Y K H S L
Decimal 87 102 234 0.63 0.56 0 0.08 233.88 0.78 0.63
Hex 57 66 EA 3F 38 0 8 EA 4E 3F
Octal 127 146 352 77 70 0 10 352 116 77
Binary 1010111 1100110 11101010 111111 111000 0 1000 11101010 1001110 111111

Color Harmonies of #5766EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766EA

Black with #5766EA

Text Example


Text Example

White with #5766EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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