#55A7E3

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

Shades of Picton Blue #55A7E3

Tints of Picton Blue #55A7E3

Color information

#55A7E3 (or 0x55A7E3) is unknown color: approx Picton Blue. HEX triplet: 55, A7 and E3. RGB value is (85,167,227). Sum of RGB (Red+Green+Blue) = 85+167+227=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #55A7E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7E3 is #AA581C. Grayscale: #959595. Windows color (decimal): -11163677 or 14919509. OLE color: 14919509.

HSL color Cylindrical-coordinate representation of color #55A7E3: hue angle of 205.35º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A7E3 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85167227-
CMYK0.630.2600.11
HSL205.35º71.72%61.18%-
HSV(B)205.35º62.56%89.02%-
XYZ31.4335.1177.79-
YUV149.32171.8382.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.75%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 227 (89.06% from 255) = 47.39%
R=17.75%
G=34.86%
B=47.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851672270.630.2600.11205.3571.7261.18
Hex55A7E33F1A0Bcd483d
Octal125247343773201331511075
Binary101010110100111111000111111111101001011110011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A7E3; }

 p { color: rgb(85,167,227); }

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

<style>
 a { background-color: #55A7E3; }

 a { background-color: rgb(85,167,227); }

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

<style>
 span { border-color: #55A7E3; }

 span { border-color: rgb(85,167,227); }

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