Html Css Color HEX #5669E0 Royal Blue

📋 copy color: '#5669E0'

red 86 ◦ green 105 ◦ blue 224

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

Shades of Royal Blue #5669E0

Tints of Royal Blue #5669E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 20.72%
G = 25.3%
B = 53.98%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5669E0 (or 0x5669E0) is known color: Royal Blue. HEX triplet: 56, 69 and E0. RGB value is (86,105,224). Sum of RGB (Red+Green+Blue) = 86+105+224=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #5669E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669E0 is #A9961F. Grayscale: #707070. Windows color (decimal): -11114016 or 14707030. OLE color: 14707030.

HSL color Cylindrical-coordinate representation of color #5669E0: hue angle of 231.74º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5669E0 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 105 224 -
CMYK 0.62 0.53 0 0.12
HSL 231.74º 0.69% 0.61% -
HSV(B) 231.74º 0.62% 0.88% -
XYZ 22.34 17.46 72.71 -
YUV 112.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 86 105 224 0.62 0.53 0 0.12 231.74 0.69 0.61
Hex 56 69 E0 3E 35 0 C E8 45 3D
Octal 126 151 340 76 65 0 14 350 105 75
Binary 1010110 1101001 11100000 111110 110101 0 1100 11101000 1000101 111101

Color Harmonies of #5669E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5669E0

Black with #5669E0

Text Example


Text Example

White with #5669E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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