#5BAACB

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

Shades of Picton Blue #5BAACB

Tints of Picton Blue #5BAACB

Color information

#5BAACB (or 0x5BAACB) is unknown color: approx Picton Blue. HEX triplet: 5B, AA and CB. RGB value is (91,170,203). Sum of RGB (Red+Green+Blue) = 91+170+203=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAACB is #A45534. Grayscale: #959595. Windows color (decimal): -10769717 or 13347419. OLE color: 13347419.

HSL color Cylindrical-coordinate representation of color #5BAACB: hue angle of 197.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BAACB is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91170203-
CMYK0.550.1600.20
HSL197.68º51.85%57.65%-
HSV(B)197.68º55.17%79.61%-
XYZ29.4735.2961.76-
YUV150.14157.8385.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.61%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=19.61%
G=36.64%
B=43.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911702030.550.1600.20197.6851.8557.65
Hex5BAACB3710014c6343a
Octal13325231367200243066472
Binary101101110101010110010111101111000001010011000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAACB; }

 p { color: rgb(91,170,203); }

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

<style>
 a { background-color: #5BAACB; }

 a { background-color: rgb(91,170,203); }

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

<style>
 span { border-color: #5BAACB; }

 span { border-color: rgb(91,170,203); }

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