Html Css Color HEX #5867DC Royal Blue

📋 copy color: '#5867DC'

red 88 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #5867DC

Tints of Royal Blue #5867DC

RGB

 RED value IS 88 (34.77% from 255) = 21.41%

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 21.41%
G = 25.06%
B = 53.53%

CMYK

 C value IS 0.6

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5867DC (or 0x5867DC) is known color: Royal Blue. HEX triplet: 58, 67 and DC. RGB value is (88,103,220). Sum of RGB (Red+Green+Blue) = 88+103+220=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #5867DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5867DC is #A79823. Grayscale: #6F6F6F. Windows color (decimal): -10983460 or 14444376. OLE color: 14444376.

HSL color Cylindrical-coordinate representation of color #5867DC: hue angle of 233.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5867DC is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 103 220 -
CMYK 0.6 0.53 0 0.14
HSL 233.18º 0.65% 0.6% -
HSV(B) 233.18º 0.6% 0.86% -
XYZ 21.79 16.94 69.83 -
YUV 111.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 88 103 220 0.6 0.53 0 0.14 233.18 0.65 0.6
Hex 58 67 DC 3C 35 0 E E9 41 3C
Octal 130 147 334 74 65 0 16 351 101 74
Binary 1011000 1100111 11011100 111100 110101 0 1110 11101001 1000001 111100

Color Harmonies of #5867DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5867DC

Black with #5867DC

Text Example


Text Example

White with #5867DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5867DC; }

 p { color: rgb(88,103,220); }

 H1.HeaderClassName
 {
   color: #5867DC;
 }
 .AnyTagClassName
 {
   color: #5867DC;
 }
</style>

background-color css

<style>
 a { background-color: #5867DC; }

 a { background-color: rgb(88,103,220); }

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

border-color css

<style>
 span { border-color: #5867DC; }

 span { border-color: rgb(88,103,220); }

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