Html Css Color HEX #559CC6 Picton Blue

📋 copy color: '#559CC6'

red 85 ◦ green 156 ◦ blue 198

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

Shades of Picton Blue #559CC6

Tints of Picton Blue #559CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 19.36%
G = 35.54%
B = 45.1%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#559CC6 (or 0x559CC6) is known color: Picton Blue. HEX triplet: 55, 9C and C6. RGB value is (85,156,198). Sum of RGB (Red+Green+Blue) = 85+156+198=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #559CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CC6 is #AA6339. Grayscale: #8B8B8B. Windows color (decimal): -11166522 or 13016149. OLE color: 13016149.

HSL color Cylindrical-coordinate representation of color #559CC6: hue angle of 202.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559CC6 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 156 198 -
CMYK 0.57 0.21 0 0.22
HSL 202.3º 0.5% 0.55% -
HSV(B) 202.3º 0.57% 0.78% -
XYZ 25.83 29.79 57.81 -
YUV 139.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 85 156 198 0.57 0.21 0 0.22 202.3 0.5 0.55
Hex 55 9C C6 39 15 0 16 CA 32 37
Octal 125 234 306 71 25 0 26 312 62 67
Binary 1010101 10011100 11000110 111001 10101 0 10110 11001010 110010 110111

Color Harmonies of #559CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CC6

Black with #559CC6

Text Example


Text Example

White with #559CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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