Html Css Color HEX #5C9ADF Picton Blue

📋 copy color: '#5C9ADF'

red 92 ◦ green 154 ◦ blue 223

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

Shades of Picton Blue #5C9ADF

Tints of Picton Blue #5C9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 19.62%
G = 32.84%
B = 47.55%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C9ADF (or 0x5C9ADF) is known color: Picton Blue. HEX triplet: 5C, 9A and DF. RGB value is (92,154,223). Sum of RGB (Red+Green+Blue) = 92+154+223=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ADF is #A36520. Grayscale: #8E8E8E. Windows color (decimal): -10708257 or 14654044. OLE color: 14654044.

HSL color Cylindrical-coordinate representation of color #5C9ADF: hue angle of 211.6º degrees, saturation: 0.67, 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 #5C9ADF is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 154 223 -
CMYK 0.59 0.31 0 0.13
HSL 211.6º 0.67% 0.62% -
HSV(B) 211.6º 0.59% 0.87% -
XYZ 29.29 30.71 74.2 -
YUV 143.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 92 154 223 0.59 0.31 0 0.13 211.6 0.67 0.62
Hex 5C 9A DF 3B 1F 0 D D4 43 3E
Octal 134 232 337 73 37 0 15 324 103 76
Binary 1011100 10011010 11011111 111011 11111 0 1101 11010100 1000011 111110

Color Harmonies of #5C9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9ADF

Black with #5C9ADF

Text Example


Text Example

White with #5C9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,154,223); }

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

background-color css

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

 a { background-color: rgb(92,154,223); }

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

border-color css

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

 span { border-color: rgb(92,154,223); }

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