Html Css Color HEX #5694DD Picton Blue

📋 copy color: '#5694DD'

red 86 ◦ green 148 ◦ blue 221

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

Shades of Picton Blue #5694DD

Tints of Picton Blue #5694DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 18.9%
G = 32.53%
B = 48.57%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5694DD (or 0x5694DD) is known color: Picton Blue. HEX triplet: 56, 94 and DD. RGB value is (86,148,221). Sum of RGB (Red+Green+Blue) = 86+148+221=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #5694DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694DD is #A96B22. Grayscale: #898989. Windows color (decimal): -11103011 or 14521430. OLE color: 14521430.

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

Color convert

RGB 86 148 221 -
CMYK 0.61 0.33 0 0.13
HSL 212.44º 0.67% 0.6% -
HSV(B) 212.44º 0.61% 0.87% -
XYZ 27.48 28.38 72.44 -
YUV 137.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 86 148 221 0.61 0.33 0 0.13 212.44 0.67 0.6
Hex 56 94 DD 3D 21 0 D D4 43 3C
Octal 126 224 335 75 41 0 15 324 103 74
Binary 1010110 10010100 11011101 111101 100001 0 1101 11010100 1000011 111100

Color Harmonies of #5694DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694DD

Black with #5694DD

Text Example


Text Example

White with #5694DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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