#5CA7DE

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

Shades of Picton Blue #5CA7DE

Tints of Picton Blue #5CA7DE

Color information

#5CA7DE (or 0x5CA7DE) is unknown color: approx Picton Blue. HEX triplet: 5C, A7 and DE. RGB value is (92,167,222). Sum of RGB (Red+Green+Blue) = 92+167+222=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CA7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA7DE is #A35821. Grayscale: #969696. Windows color (decimal): -10704930 or 14591836. OLE color: 14591836.

HSL color Cylindrical-coordinate representation of color #5CA7DE: hue angle of 205.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CA7DE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92167222-
CMYK0.590.2500.13
HSL205.38º66.33%61.57%-
HSV(B)205.38º58.56%87.06%-
XYZ31.4235.1974.24-
YUV150.84168.1586.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=19.13%
G=34.72%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921672220.590.2500.13205.3866.3361.57
Hex5CA7DE3B190Dcd423e
Octal134247336733101531510276
Binary101110010100111110111101110111100101101110011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,167,222); }

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

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

 a { background-color: rgb(92,167,222); }

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

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

 span { border-color: rgb(92,167,222); }

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