#5C9CCB

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

Shades of Picton Blue #5C9CCB

Tints of Picton Blue #5C9CCB

Color information

#5C9CCB (or 0x5C9CCB) is unknown color: approx Picton Blue. HEX triplet: 5C, 9C and CB. RGB value is (92,156,203). Sum of RGB (Red+Green+Blue) = 92+156+203=451 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.40% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9CCB is #A36334. Grayscale: #8D8D8D. Windows color (decimal): -10707765 or 13343836. OLE color: 13343836.

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

Color convert

RGB92156203-
CMYK0.550.2300.20
HSL205.41º51.63%57.84%-
HSV(B)205.41º54.68%79.61%-
XYZ27.0830.3660.93-
YUV142.22162.392.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.40%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=20.40%
G=34.59%
B=45.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921562030.550.2300.20205.4151.6357.84
Hex5C9CCB3717014cd343a
Octal13423431367270243156472
Binary101110010011100110010111101111011101010011001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,156,203); }

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

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

 a { background-color: rgb(92,156,203); }

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

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

 span { border-color: rgb(92,156,203); }

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