#5C94DB

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

Shades of Picton Blue #5C94DB

Tints of Picton Blue #5C94DB

Color information

#5C94DB (or 0x5C94DB) is unknown color: approx Picton Blue. HEX triplet: 5C, 94 and DB. RGB value is (92,148,219). Sum of RGB (Red+Green+Blue) = 92+148+219=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C94DB is #A36B24. Grayscale: #8B8B8B. Windows color (decimal): -10709797 or 14390364. OLE color: 14390364.

HSL color Cylindrical-coordinate representation of color #5C94DB: hue angle of 213.54º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C94DB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92148219-
CMYK0.580.3200.14
HSL213.54º63.82%60.98%-
HSV(B)213.54º57.99%85.88%-
XYZ27.7928.5771.07-
YUV139.35172.9594.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.04%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=20.04%
G=32.24%
B=47.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921482190.580.3200.14213.5463.8260.98
Hex5C94DB3A200Ed6403d
Octal134224333724001632610075
Binary1011100100101001101101111101010000001110110101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,148,219); }

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

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

 a { background-color: rgb(92,148,219); }

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

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

 span { border-color: rgb(92,148,219); }

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