Html Css Color HEX #5767D0 Royal Blue

📋 copy color: '#5767D0'

red 87 ◦ green 103 ◦ blue 208

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

Shades of Royal Blue #5767D0

Tints of Royal Blue #5767D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 21.86%
G = 25.88%
B = 52.26%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5767D0 (or 0x5767D0) is known color: Royal Blue. HEX triplet: 57, 67 and D0. RGB value is (87,103,208). Sum of RGB (Red+Green+Blue) = 87+103+208=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #5767D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767D0 is #A8982F. Grayscale: #6D6D6D. Windows color (decimal): -11049008 or 13657943. OLE color: 13657943.

HSL color Cylindrical-coordinate representation of color #5767D0: hue angle of 232.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5767D0 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 103 208 -
CMYK 0.58 0.50 0 0.18
HSL 232.07º 0.56% 0.58% -
HSV(B) 232.07º 0.58% 0.82% -
XYZ 20.17 16.28 61.75 -
YUV 110.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 87 103 208 0.58 0.50 0 0.18 232.07 0.56 0.58
Hex 57 67 D0 3A 32 0 12 E8 38 3A
Octal 127 147 320 72 62 0 22 350 70 72
Binary 1010111 1100111 11010000 111010 110010 0 10010 11101000 111000 111010

Color Harmonies of #5767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767D0

Black with #5767D0

Text Example


Text Example

White with #5767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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