#559BC3

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

Shades of Picton Blue #559BC3

Tints of Picton Blue #559BC3

Color information

#559BC3 (or 0x559BC3) is unknown color: approx Picton Blue. HEX triplet: 55, 9B and C3. RGB value is (85,155,195). Sum of RGB (Red+Green+Blue) = 85+155+195=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #559BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BC3 is #AA643C. Grayscale: #8A8A8A. Windows color (decimal): -11166781 or 12819285. OLE color: 12819285.

HSL color Cylindrical-coordinate representation of color #559BC3: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559BC3 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85155195-
CMYK0.560.2100.24
HSL201.82º47.83%54.9%-
HSV(B)201.82º56.41%76.47%-
XYZ25.3229.3155.95-
YUV138.63159.8189.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=19.54%
G=35.63%
B=44.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851551950.560.2100.24201.8247.8354.9
Hex559BC33815018ca3037
Octal12523330370250303126067
Binary101010110011011110000111110001010101100011001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559BC3; }

 p { color: rgb(85,155,195); }

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

<style>
 a { background-color: #559BC3; }

 a { background-color: rgb(85,155,195); }

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

<style>
 span { border-color: #559BC3; }

 span { border-color: rgb(85,155,195); }

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