Html Css Color HEX #5767D7 Royal Blue

📋 copy color: '#5767D7'

red 87 ◦ green 103 ◦ blue 215

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

Shades of Royal Blue #5767D7

Tints of Royal Blue #5767D7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 21.48%
G = 25.43%
B = 53.09%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5767D7 (or 0x5767D7) is known color: Royal Blue. HEX triplet: 57, 67 and D7. RGB value is (87,103,215). Sum of RGB (Red+Green+Blue) = 87+103+215=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #5767D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767D7 is #A89828. Grayscale: #6E6E6E. Windows color (decimal): -11049001 or 14116695. OLE color: 14116695.

HSL color Cylindrical-coordinate representation of color #5767D7: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5767D7 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 103 215 -
CMYK 0.60 0.52 0 0.16
HSL 232.5º 0.62% 0.59% -
HSV(B) 232.5º 0.6% 0.84% -
XYZ 21.05 16.63 66.39 -
YUV 110.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 87 103 215 0.60 0.52 0 0.16 232.5 0.62 0.59
Hex 57 67 D7 3C 34 0 10 E8 3E 3B
Octal 127 147 327 74 64 0 20 350 76 73
Binary 1010111 1100111 11010111 111100 110100 0 10000 11101000 111110 111011

Color Harmonies of #5767D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767D7

Black with #5767D7

Text Example


Text Example

White with #5767D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5767D7; }

 p { color: rgb(87,103,215); }

 H1.HeaderClassName
 {
   color: #5767D7;
 }
 .AnyTagClassName
 {
   color: #5767D7;
 }
</style>

background-color css

<style>
 a { background-color: #5767D7; }

 a { background-color: rgb(87,103,215); }

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

border-color css

<style>
 span { border-color: #5767D7; }

 span { border-color: rgb(87,103,215); }

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