Html Css Color HEX #5691DA Picton Blue

📋 copy color: '#5691DA'

red 86 ◦ green 145 ◦ blue 218

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

Shades of Picton Blue #5691DA

Tints of Picton Blue #5691DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 19.15%
G = 32.29%
B = 48.55%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5691DA (or 0x5691DA) is known color: Picton Blue. HEX triplet: 56, 91 and DA. RGB value is (86,145,218). Sum of RGB (Red+Green+Blue) = 86+145+218=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #5691DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5691DA is #A96E25. Grayscale: #878787. Windows color (decimal): -11103782 or 14324054. OLE color: 14324054.

HSL color Cylindrical-coordinate representation of color #5691DA: hue angle of 213.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5691DA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 145 218 -
CMYK 0.61 0.33 0 0.15
HSL 213.18º 0.64% 0.6% -
HSV(B) 213.18º 0.61% 0.85% -
XYZ 26.62 27.29 70.19 -
YUV 135.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 86 145 218 0.61 0.33 0 0.15 213.18 0.64 0.6
Hex 56 91 DA 3D 21 0 F D5 40 3C
Octal 126 221 332 75 41 0 17 325 100 74
Binary 1010110 10010001 11011010 111101 100001 0 1111 11010101 1000000 111100

Color Harmonies of #5691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5691DA

Black with #5691DA

Text Example


Text Example

White with #5691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5691DA; }

 p { color: rgb(86,145,218); }

 H1.HeaderClassName
 {
   color: #5691DA;
 }
 .AnyTagClassName
 {
   color: #5691DA;
 }
</style>

background-color css

<style>
 a { background-color: #5691DA; }

 a { background-color: rgb(86,145,218); }

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

border-color css

<style>
 span { border-color: #5691DA; }

 span { border-color: rgb(86,145,218); }

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