#5B95CD

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

Shades of Picton Blue #5B95CD

Tints of Picton Blue #5B95CD

Color information

#5B95CD (or 0x5B95CD) is unknown color: approx Picton Blue. HEX triplet: 5B, 95 and CD. RGB value is (91,149,205). Sum of RGB (Red+Green+Blue) = 91+149+205=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B95CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B95CD is #A46A32. Grayscale: #898989. Windows color (decimal): -10775091 or 13473115. OLE color: 13473115.

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

Color convert

RGB91149205-
CMYK0.560.2700.20
HSL209.47º53.27%58.04%-
HSV(B)209.47º55.61%80.39%-
XYZ26.0828.1361.81-
YUV138.04165.7894.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.45%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=20.45%
G=33.48%
B=46.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911492050.560.2700.20209.4753.2758.04
Hex5B95CD381B014d1353a
Octal13322531570330243216572
Binary101101110010101110011011110001101101010011010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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