Html Css Color HEX #5675D7 Royal Blue

📋 copy color: '#5675D7'

red 86 ◦ green 117 ◦ blue 215

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

Shades of Royal Blue #5675D7

Tints of Royal Blue #5675D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 215 (84.38% from 255) = 51.44%

R = 20.57%
G = 27.99%
B = 51.44%

CMYK

 C value IS 0.6

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5675D7 (or 0x5675D7) is known color: Royal Blue. HEX triplet: 56, 75 and D7. RGB value is (86,117,215). Sum of RGB (Red+Green+Blue) = 86+117+215=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #5675D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675D7 is #A98A28. Grayscale: #767676. Windows color (decimal): -11110953 or 14120278. OLE color: 14120278.

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

Color convert

RGB 86 117 215 -
CMYK 0.6 0.46 0 0.16
HSL 225.58º 0.62% 0.59% -
HSV(B) 225.58º 0.6% 0.84% -
XYZ 22.46 19.61 66.89 -
YUV 118.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 86 117 215 0.6 0.46 0 0.16 225.58 0.62 0.59
Hex 56 75 D7 3C 2E 0 10 E2 3E 3B
Octal 126 165 327 74 56 0 20 342 76 73
Binary 1010110 1110101 11010111 111100 101110 0 10000 11100010 111110 111011

Color Harmonies of #5675D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675D7

Black with #5675D7

Text Example


Text Example

White with #5675D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5675D7; }

 p { color: rgb(86,117,215); }

 H1.HeaderClassName
 {
   color: #5675D7;
 }
 .AnyTagClassName
 {
   color: #5675D7;
 }
</style>

background-color css

<style>
 a { background-color: #5675D7; }

 a { background-color: rgb(86,117,215); }

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

border-color css

<style>
 span { border-color: #5675D7; }

 span { border-color: rgb(86,117,215); }

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