#5AABCB

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

Shades of Picton Blue #5AABCB

Tints of Picton Blue #5AABCB

Color information

#5AABCB (or 0x5AABCB) is unknown color: approx Picton Blue. HEX triplet: 5A, AB and CB. RGB value is (90,171,203). Sum of RGB (Red+Green+Blue) = 90+171+203=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 171 (67.19% from 255 or 36.85% 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 #5AABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AABCB is #A55434. Grayscale: #969696. Windows color (decimal): -10834997 or 13347674. OLE color: 13347674.

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

Color convert

RGB90171203-
CMYK0.560.1600.20
HSL196.99º52.07%57.45%-
HSV(B)196.99º55.67%79.61%-
XYZ29.5635.6161.82-
YUV150.43157.6684.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.40%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=19.40%
G=36.85%
B=43.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901712030.560.1600.20196.9952.0757.45
Hex5AABCB3810014c53439
Octal13225331370200243056471
Binary101101010101011110010111110001000001010011000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,203); }

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

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

 a { background-color: rgb(90,171,203); }

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

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

 span { border-color: rgb(90,171,203); }

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