Html Css Color HEX #559CC3 Picton Blue

📋 copy color: '#559CC3'

red 85 ◦ green 156 ◦ blue 195

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

Shades of Picton Blue #559CC3

Tints of Picton Blue #559CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 19.5%
G = 35.78%
B = 44.72%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#559CC3 (or 0x559CC3) is known color: Picton Blue. HEX triplet: 55, 9C and C3. RGB value is (85,156,195). Sum of RGB (Red+Green+Blue) = 85+156+195=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #559CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CC3 is #AA633C. Grayscale: #8A8A8A. Windows color (decimal): -11166525 or 12819541. OLE color: 12819541.

HSL color Cylindrical-coordinate representation of color #559CC3: hue angle of 201.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559CC3 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 156 195 -
CMYK 0.56 0.20 0 0.24
HSL 201.27º 0.48% 0.55% -
HSV(B) 201.27º 0.56% 0.76% -
XYZ 25.49 29.65 56.01 -
YUV 139.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 85 156 195 0.56 0.20 0 0.24 201.27 0.48 0.55
Hex 55 9C C3 38 14 0 18 C9 30 37
Octal 125 234 303 70 24 0 30 311 60 67
Binary 1010101 10011100 11000011 111000 10100 0 11000 11001001 110000 110111

Color Harmonies of #559CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CC3

Black with #559CC3

Text Example


Text Example

White with #559CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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