Html Css Color HEX #559BC3 Picton Blue

📋 copy color: '#559BC3'

red 85 ◦ green 155 ◦ blue 195

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

Shades of Picton Blue #559BC3

Tints of Picton Blue #559BC3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

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

R = 19.54%
G = 35.63%
B = 44.83%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#559BC3 (or 0x559BC3) is known color: Picton Blue. HEX triplet: 55, 9B and C3. RGB value is (85,155,195). Sum of RGB (Red+Green+Blue) = 85+155+195=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #559BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BC3 is #AA643C. Grayscale: #8A8A8A. Windows color (decimal): -11166781 or 12819285. OLE color: 12819285.

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

Color convert

RGB 85 155 195 -
CMYK 0.56 0.21 0 0.24
HSL 201.82º 0.48% 0.55% -
HSV(B) 201.82º 0.56% 0.76% -
XYZ 25.32 29.31 55.95 -
YUV 138.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 85 155 195 0.56 0.21 0 0.24 201.82 0.48 0.55
Hex 55 9B C3 38 15 0 18 CA 30 37
Octal 125 233 303 70 25 0 30 312 60 67
Binary 1010101 10011011 11000011 111000 10101 0 11000 11001010 110000 110111

Color Harmonies of #559BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BC3

Black with #559BC3

Text Example


Text Example

White with #559BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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