#5b95d2

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

Shades of Picton Blue #5B95D2

Tints of Picton Blue #5B95D2

Color information

#5B95D2 (or 0x5B95D2) is unknown color: approx Picton Blue. HEX triplet: 5B, 95 and D2. RGB value is (91,149,210). Sum of RGB (Red+Green+Blue) = 91+149+210=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #5B95D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B95D2 is #A46A2D. Grayscale: #8A8A8A. Windows color (decimal): -10775086 or 13800795. OLE color: 13800795.

HSL color Cylindrical-coordinate representation of color #5B95D2: hue angle of 210.76º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B95D2 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91149210-
CMYK0.570.2900.18
HSL210.76º56.94%59.02%-
HSV(B)210.76º56.67%82.35%-
XYZ26.6928.3765.04-
YUV138.61168.2894.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.22%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 210 (82.42% from 255) = 46.67%
R=20.22%
G=33.11%
B=46.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911492100.570.2900.18210.7656.9459.02
Hex5B95D2391D012d3393b
Octal13322532271350223237173
Binary101101110010101110100101110011110101001011010011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b95d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,210); }

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

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

 a { background-color: rgb(91,149,210); }

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

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

 span { border-color: rgb(91,149,210); }

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