Html Css Color HEX #5699DF Picton Blue

📋 copy color: '#5699DF'

red 86 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5699DF

Tints of Picton Blue #5699DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 18.61%
G = 33.12%
B = 48.27%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5699DF (or 0x5699DF) is known color: Picton Blue. HEX triplet: 56, 99 and DF. RGB value is (86,153,223). Sum of RGB (Red+Green+Blue) = 86+153+223=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #5699DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699DF is #A96620. Grayscale: #8C8C8C. Windows color (decimal): -11101729 or 14653782. OLE color: 14653782.

HSL color Cylindrical-coordinate representation of color #5699DF: hue angle of 210.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5699DF is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 153 223 -
CMYK 0.61 0.31 0 0.13
HSL 210.66º 0.68% 0.61% -
HSV(B) 210.66º 0.61% 0.87% -
XYZ 28.55 30.09 74.12 -
YUV 140.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 86 153 223 0.61 0.31 0 0.13 210.66 0.68 0.61
Hex 56 99 DF 3D 1F 0 D D3 44 3D
Octal 126 231 337 75 37 0 15 323 104 75
Binary 1010110 10011001 11011111 111101 11111 0 1101 11010011 1000100 111101

Color Harmonies of #5699DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5699DF

Black with #5699DF

Text Example


Text Example

White with #5699DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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