Html Css Color HEX #5C93CE Picton Blue

📋 copy color: '#5C93CE'

red 92 ◦ green 147 ◦ blue 206

#5C93CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5C93CE

Tints of Picton Blue #5C93CE

RGB

 RED value IS 92 (36.33% from 255) = 20.67%

 GREEN value IS 147 (57.81% from 255) = 33.03%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 20.67%
G = 33.03%
B = 46.29%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C93CE (or 0x5C93CE) is known color: Picton Blue. HEX triplet: 5C, 93 and CE. RGB value is (92,147,206). Sum of RGB (Red+Green+Blue) = 92+147+206=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C93CE is #A36C31. Grayscale: #888888. Windows color (decimal): -10710066 or 13538140. OLE color: 13538140.

HSL color Cylindrical-coordinate representation of color #5C93CE: hue angle of 211.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C93CE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 147 206 -
CMYK 0.55 0.29 0 0.19
HSL 211.05º 0.54% 0.58% -
HSV(B) 211.05º 0.55% 0.81% -
XYZ 25.99 27.6 62.35 -
YUV 137.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 92 147 206 0.55 0.29 0 0.19 211.05 0.54 0.58
Hex 5C 93 CE 37 1D 0 13 D3 36 3A
Octal 134 223 316 67 35 0 23 323 66 72
Binary 1011100 10010011 11001110 110111 11101 0 10011 11010011 110110 111010

Color Harmonies of #5C93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C93CE

Black with #5C93CE

Text Example


Text Example

White with #5C93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,147,206); }

 H1.HeaderClassName
 {
   color: #5C93CE;
 }
 .AnyTagClassName
 {
   color: #5C93CE;
 }
</style>

background-color css

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

 a { background-color: rgb(92,147,206); }

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

border-color css

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

 span { border-color: rgb(92,147,206); }

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