#5B97C4

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

Shades of Picton Blue #5B97C4

Tints of Picton Blue #5B97C4

Color information

#5B97C4 (or 0x5B97C4) is unknown color: approx Picton Blue. HEX triplet: 5B, 97 and C4. RGB value is (91,151,196). Sum of RGB (Red+Green+Blue) = 91+151+196=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #5B97C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B97C4 is #A4683B. Grayscale: #898989. Windows color (decimal): -10774588 or 12883803. OLE color: 12883803.

HSL color Cylindrical-coordinate representation of color #5B97C4: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B97C4 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB91151196-
CMYK0.540.2300.23
HSL205.71º47.09%56.27%-
HSV(B)205.71º53.57%76.86%-
XYZ25.3428.3456.36-
YUV138.19160.6294.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=20.78%
G=34.47%
B=44.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal911511960.540.2300.23205.7147.0956.27
Hex5B97C43617017ce2f38
Octal13322730466270273165770
Binary101101110010111110001001101101011101011111001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,151,196); }

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

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

 a { background-color: rgb(91,151,196); }

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

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

 span { border-color: rgb(91,151,196); }

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