Html Css Color HEX #5767D5 Royal Blue

📋 copy color: '#5767D5'

red 87 ◦ green 103 ◦ blue 213

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

Shades of Royal Blue #5767D5

Tints of Royal Blue #5767D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 21.59%
G = 25.56%
B = 52.85%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5767D5 (or 0x5767D5) is known color: Royal Blue. HEX triplet: 57, 67 and D5. RGB value is (87,103,213). Sum of RGB (Red+Green+Blue) = 87+103+213=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #5767D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767D5 is #A8982A. Grayscale: #6E6E6E. Windows color (decimal): -11049003 or 13985623. OLE color: 13985623.

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

Color convert

RGB 87 103 213 -
CMYK 0.59 0.52 0 0.16
HSL 232.38º 0.6% 0.59% -
HSV(B) 232.38º 0.59% 0.84% -
XYZ 20.79 16.53 65.05 -
YUV 110.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 87 103 213 0.59 0.52 0 0.16 232.38 0.6 0.59
Hex 57 67 D5 3B 34 0 10 E8 3C 3B
Octal 127 147 325 73 64 0 20 350 74 73
Binary 1010111 1100111 11010101 111011 110100 0 10000 11101000 111100 111011

Color Harmonies of #5767D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767D5

Black with #5767D5

Text Example


Text Example

White with #5767D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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