#5BAED7

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

Shades of Picton Blue #5BAED7

Tints of Picton Blue #5BAED7

Color information

#5BAED7 (or 0x5BAED7) is unknown color: approx Picton Blue. HEX triplet: 5B, AE and D7. RGB value is (91,174,215). Sum of RGB (Red+Green+Blue) = 91+174+215=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #5BAED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAED7 is #A45128. Grayscale: #999999. Windows color (decimal): -10768681 or 14134875. OLE color: 14134875.

HSL color Cylindrical-coordinate representation of color #5BAED7: hue angle of 199.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAED7 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB91174215-
CMYK0.580.1900.16
HSL199.84º60.78%60%-
HSV(B)199.84º57.67%84.31%-
XYZ31.7237.469.84-
YUV153.86162.583.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 215 (84.38% from 255) = 44.79%
R=18.96%
G=36.25%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal911742150.580.1900.16199.8460.7860
Hex5BAED73A13010c83d3c
Octal13325632772230203107574
Binary101101110101110110101111110101001101000011001000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,215); }

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

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

 a { background-color: rgb(91,174,215); }

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

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

 span { border-color: rgb(91,174,215); }

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