Html Css Color HEX #5699DA Picton Blue

📋 copy color: '#5699DA'

red 86 ◦ green 153 ◦ blue 218

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

Shades of Picton Blue #5699DA

Tints of Picton Blue #5699DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

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

R = 18.82%
G = 33.48%
B = 47.7%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5699DA (or 0x5699DA) is known color: Picton Blue. HEX triplet: 56, 99 and DA. RGB value is (86,153,218). Sum of RGB (Red+Green+Blue) = 86+153+218=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #5699DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699DA is #A96625. Grayscale: #8C8C8C. Windows color (decimal): -11101734 or 14326102. OLE color: 14326102.

HSL color Cylindrical-coordinate representation of color #5699DA: hue angle of 209.55º 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 #5699DA is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 153 218 -
CMYK 0.61 0.30 0 0.15
HSL 209.55º 0.64% 0.6% -
HSV(B) 209.55º 0.61% 0.85% -
XYZ 27.88 29.82 70.62 -
YUV 140.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 86 153 218 0.61 0.30 0 0.15 209.55 0.64 0.6
Hex 56 99 DA 3D 1E 0 F D2 40 3C
Octal 126 231 332 75 36 0 17 322 100 74
Binary 1010110 10011001 11011010 111101 11110 0 1111 11010010 1000000 111100

Color Harmonies of #5699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5699DA

Black with #5699DA

Text Example


Text Example

White with #5699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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