Html Css Color HEX #5693DD Picton Blue

📋 copy color: '#5693DD'

red 86 ◦ green 147 ◦ blue 221

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

Shades of Picton Blue #5693DD

Tints of Picton Blue #5693DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

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

R = 18.94%
G = 32.38%
B = 48.68%

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

#5693DD (or 0x5693DD) is known color: Picton Blue. HEX triplet: 56, 93 and DD. RGB value is (86,147,221). Sum of RGB (Red+Green+Blue) = 86+147+221=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #5693DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5693DD is #A96C22. Grayscale: #888888. Windows color (decimal): -11103267 or 14521174. OLE color: 14521174.

HSL color Cylindrical-coordinate representation of color #5693DD: hue angle of 212.89º 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 #5693DD is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 147 221 -
CMYK 0.61 0.33 0 0.13
HSL 212.89º 0.67% 0.6% -
HSV(B) 212.89º 0.61% 0.87% -
XYZ 27.32 28.07 72.38 -
YUV 137.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 86 147 221 0.61 0.33 0 0.13 212.89 0.67 0.6
Hex 56 93 DD 3D 21 0 D D5 43 3C
Octal 126 223 335 75 41 0 15 325 103 74
Binary 1010110 10010011 11011101 111101 100001 0 1101 11010101 1000011 111100

Color Harmonies of #5693DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5693DD

Black with #5693DD

Text Example


Text Example

White with #5693DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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