#5CAADB

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

Shades of Picton Blue #5CAADB

Tints of Picton Blue #5CAADB

Color information

#5CAADB (or 0x5CAADB) is unknown color: approx Picton Blue. HEX triplet: 5C, AA and DB. RGB value is (92,170,219). Sum of RGB (Red+Green+Blue) = 92+170+219=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAADB is #A35524. Grayscale: #979797. Windows color (decimal): -10704165 or 14395996. OLE color: 14395996.

HSL color Cylindrical-coordinate representation of color #5CAADB: hue angle of 203.15º 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 #5CAADB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92170219-
CMYK0.580.2200.14
HSL203.15º63.82%60.98%-
HSV(B)203.15º57.99%85.88%-
XYZ31.5736.1472.33-
YUV152.26165.6685.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=19.13%
G=35.34%
B=45.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921702190.580.2200.14203.1563.8260.98
Hex5CAADB3A160Ecb403d
Octal134252333722601631310075
Binary101110010101010110110111110101011001110110010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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