Html Css Color HEX #5CA1CD Picton Blue

📋 copy color: '#5CA1CD'

red 92 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #5CA1CD

Tints of Picton Blue #5CA1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 20.09%
G = 35.15%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CA1CD (or 0x5CA1CD) is known color: Picton Blue. HEX triplet: 5C, A1 and CD. RGB value is (92,161,205). Sum of RGB (Red+Green+Blue) = 92+161+205=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CA1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA1CD is #A35E32. Grayscale: #919191. Windows color (decimal): -10706483 or 13476188. OLE color: 13476188.

HSL color Cylindrical-coordinate representation of color #5CA1CD: hue angle of 203.36º degrees, saturation: 0.53, 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 #5CA1CD is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 161 205 -
CMYK 0.55 0.21 0 0.20
HSL 203.36º 0.53% 0.58% -
HSV(B) 203.36º 0.55% 0.8% -
XYZ 28.18 32.17 62.48 -
YUV 145.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 92 161 205 0.55 0.21 0 0.20 203.36 0.53 0.58
Hex 5C A1 CD 37 15 0 14 CB 35 3A
Octal 134 241 315 67 25 0 24 313 65 72
Binary 1011100 10100001 11001101 110111 10101 0 10100 11001011 110101 111010

Color Harmonies of #5CA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA1CD

Black with #5CA1CD

Text Example


Text Example

White with #5CA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,205); }

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

background-color css

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

 a { background-color: rgb(92,161,205); }

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

border-color css

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

 span { border-color: rgb(92,161,205); }

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