#5699D5

Color #5699D5 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5699D5

Tints of Picton Blue #5699D5

Color information

#5699D5 (or 0x5699D5) is unknown color: approx Picton Blue. HEX triplet: 56, 99 and D5. RGB value is (86,153,213). Sum of RGB (Red+Green+Blue) = 86+153+213=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #5699D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699D5 is #A9662A. Grayscale: #8B8B8B. Windows color (decimal): -11101739 or 13998422. OLE color: 13998422.

HSL color Cylindrical-coordinate representation of color #5699D5: hue angle of 208.35º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5699D5 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86153213-
CMYK0.600.2800.16
HSL208.35º60.19%58.63%-
HSV(B)208.35º59.62%83.53%-
XYZ27.2429.5667.22-
YUV139.81169.389.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.03%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=19.03%
G=33.85%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861532130.600.2800.16208.3560.1958.63
Hex5699D53C1C010d03c3b
Octal12623132574340203207473
Binary101011010011001110101011111001110001000011010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5699D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5699D5;
 }
 .AnyTagClassName
 {
   color: #5699D5;
 }
</style>
background-color css

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

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

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

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

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

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