Html Css Color HEX #5669CE Royal Blue

📋 copy color: '#5669CE'

red 86 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #5669CE

Tints of Royal Blue #5669CE

RGB

 RED value IS 86 (33.98% from 255) = 21.66%

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 21.66%
G = 26.45%
B = 51.89%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5669CE (or 0x5669CE) is known color: Royal Blue. HEX triplet: 56, 69 and CE. RGB value is (86,105,206). Sum of RGB (Red+Green+Blue) = 86+105+206=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #5669CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669CE is #A99631. Grayscale: #6E6E6E. Windows color (decimal): -11114034 or 13527382. OLE color: 13527382.

HSL color Cylindrical-coordinate representation of color #5669CE: hue angle of 230.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5669CE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 105 206 -
CMYK 0.58 0.49 0 0.19
HSL 230.5º 0.55% 0.57% -
HSV(B) 230.5º 0.58% 0.81% -
XYZ 20.03 16.54 60.53 -
YUV 110.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 86 105 206 0.58 0.49 0 0.19 230.5 0.55 0.57
Hex 56 69 CE 3A 31 0 13 E6 37 39
Octal 126 151 316 72 61 0 23 346 67 71
Binary 1010110 1101001 11001110 111010 110001 0 10011 11100110 110111 111001

Color Harmonies of #5669CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5669CE

Black with #5669CE

Text Example


Text Example

White with #5669CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5669CE; }

 p { color: rgb(86,105,206); }

 H1.HeaderClassName
 {
   color: #5669CE;
 }
 .AnyTagClassName
 {
   color: #5669CE;
 }
</style>

background-color css

<style>
 a { background-color: #5669CE; }

 a { background-color: rgb(86,105,206); }

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

border-color css

<style>
 span { border-color: #5669CE; }

 span { border-color: rgb(86,105,206); }

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