#5C9DC7

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

Shades of Picton Blue #5C9DC7

Tints of Picton Blue #5C9DC7

Color information

#5C9DC7 (or 0x5C9DC7) is unknown color: approx Picton Blue. HEX triplet: 5C, 9D and C7. RGB value is (92,157,199). Sum of RGB (Red+Green+Blue) = 92+157+199=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #5C9DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DC7 is #A36238. Grayscale: #8E8E8E. Windows color (decimal): -10707513 or 13081948. OLE color: 13081948.

HSL color Cylindrical-coordinate representation of color #5C9DC7: hue angle of 203.55º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C9DC7 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB92157199-
CMYK0.540.2100.22
HSL203.55º48.86%57.06%-
HSV(B)203.55º53.77%78.04%-
XYZ26.7830.5158.51-
YUV142.35159.9792.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.54%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 199 (78.12% from 255) = 44.42%
R=20.54%
G=35.04%
B=44.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921571990.540.2100.22203.5548.8657.06
Hex5C9DC73615016cc3139
Octal13423530766250263146171
Binary101110010011101110001111101101010101011011001100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,157,199); }

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

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

 a { background-color: rgb(92,157,199); }

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

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

 span { border-color: rgb(92,157,199); }

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