Html Css Color HEX #5694DC Picton Blue

📋 copy color: '#5694DC'

red 86 ◦ green 148 ◦ blue 220

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

Shades of Picton Blue #5694DC

Tints of Picton Blue #5694DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.6%

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

R = 18.94%
G = 32.6%
B = 48.46%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5694DC (or 0x5694DC) is known color: Picton Blue. HEX triplet: 56, 94 and DC. RGB value is (86,148,220). Sum of RGB (Red+Green+Blue) = 86+148+220=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5694DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694DC is #A96B23. Grayscale: #898989. Windows color (decimal): -11103012 or 14455894. OLE color: 14455894.

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

Color convert

RGB 86 148 220 -
CMYK 0.61 0.33 0 0.14
HSL 212.24º 0.66% 0.6% -
HSV(B) 212.24º 0.61% 0.86% -
XYZ 27.35 28.33 71.74 -
YUV 137.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 86 148 220 0.61 0.33 0 0.14 212.24 0.66 0.6
Hex 56 94 DC 3D 21 0 E D4 42 3C
Octal 126 224 334 75 41 0 16 324 102 74
Binary 1010110 10010100 11011100 111101 100001 0 1110 11010100 1000010 111100

Color Harmonies of #5694DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694DC

Black with #5694DC

Text Example


Text Example

White with #5694DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,148,220); }

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

background-color css

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

 a { background-color: rgb(86,148,220); }

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

border-color css

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

 span { border-color: rgb(86,148,220); }

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