Html Css Color HEX #55A3C5 Picton Blue

📋 copy color: '#55A3C5'

red 85 ◦ green 163 ◦ blue 197

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

Shades of Picton Blue #55A3C5

Tints of Picton Blue #55A3C5

RGB

 RED value IS 85 (33.59% from 255) = 19.1%

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 197 (77.34% from 255) = 44.27%

R = 19.1%
G = 36.63%
B = 44.27%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#55A3C5 (or 0x55A3C5) is known color: Picton Blue. HEX triplet: 55, A3 and C5. RGB value is (85,163,197). Sum of RGB (Red+Green+Blue) = 85+163+197=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #55A3C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A3C5 is #AA5C3A. Grayscale: #8F8F8F. Windows color (decimal): -11164731 or 12952405. OLE color: 12952405.

HSL color Cylindrical-coordinate representation of color #55A3C5: hue angle of 198.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55A3C5 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 163 197 -
CMYK 0.57 0.17 0 0.23
HSL 198.21º 0.49% 0.55% -
HSV(B) 198.21º 0.57% 0.77% -
XYZ 26.92 32.16 57.61 -
YUV 143.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 85 163 197 0.57 0.17 0 0.23 198.21 0.49 0.55
Hex 55 A3 C5 39 11 0 17 C6 31 37
Octal 125 243 305 71 21 0 27 306 61 67
Binary 1010101 10100011 11000101 111001 10001 0 10111 11000110 110001 110111

Color Harmonies of #55A3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A3C5

Black with #55A3C5

Text Example


Text Example

White with #55A3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A3C5; }

 p { color: rgb(85,163,197); }

 H1.HeaderClassName
 {
   color: #55A3C5;
 }
 .AnyTagClassName
 {
   color: #55A3C5;
 }
</style>

background-color css

<style>
 a { background-color: #55A3C5; }

 a { background-color: rgb(85,163,197); }

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

border-color css

<style>
 span { border-color: #55A3C5; }

 span { border-color: rgb(85,163,197); }

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