Html Css Color HEX #559CC5 Picton Blue

📋 copy color: '#559CC5'

red 85 ◦ green 156 ◦ blue 197

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

Shades of Picton Blue #559CC5

Tints of Picton Blue #559CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 19.41%
G = 35.62%
B = 44.98%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#559CC5 (or 0x559CC5) is known color: Picton Blue. HEX triplet: 55, 9C and C5. RGB value is (85,156,197). Sum of RGB (Red+Green+Blue) = 85+156+197=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #559CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CC5 is #AA633A. Grayscale: #8B8B8B. Windows color (decimal): -11166523 or 12950613. OLE color: 12950613.

HSL color Cylindrical-coordinate representation of color #559CC5: hue angle of 201.96º 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 #559CC5 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 156 197 -
CMYK 0.57 0.21 0 0.23
HSL 201.96º 0.49% 0.55% -
HSV(B) 201.96º 0.57% 0.77% -
XYZ 25.71 29.74 57.21 -
YUV 139.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 85 156 197 0.57 0.21 0 0.23 201.96 0.49 0.55
Hex 55 9C C5 39 15 0 17 CA 31 37
Octal 125 234 305 71 25 0 27 312 61 67
Binary 1010101 10011100 11000101 111001 10101 0 10111 11001010 110001 110111

Color Harmonies of #559CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CC5

Black with #559CC5

Text Example


Text Example

White with #559CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559CC5; }

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

 H1.HeaderClassName
 {
   color: #559CC5;
 }
 .AnyTagClassName
 {
   color: #559CC5;
 }
</style>

background-color css

<style>
 a { background-color: #559CC5; }

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

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

border-color css

<style>
 span { border-color: #559CC5; }

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

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