Html Css Color HEX #559BCE Picton Blue

📋 copy color: '#559BCE'

red 85 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #559BCE

Tints of Picton Blue #559BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 19.06%
G = 34.75%
B = 46.19%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#559BCE (or 0x559BCE) is known color: Picton Blue. HEX triplet: 55, 9B and CE. RGB value is (85,155,206). Sum of RGB (Red+Green+Blue) = 85+155+206=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #559BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BCE is #AA6431. Grayscale: #8B8B8B. Windows color (decimal): -11166770 or 13540181. OLE color: 13540181.

HSL color Cylindrical-coordinate representation of color #559BCE: hue angle of 205.29º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559BCE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 155 206 -
CMYK 0.59 0.25 0 0.19
HSL 205.29º 0.55% 0.57% -
HSV(B) 205.29º 0.59% 0.81% -
XYZ 26.61 29.83 62.75 -
YUV 139.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 85 155 206 0.59 0.25 0 0.19 205.29 0.55 0.57
Hex 55 9B CE 3B 19 0 13 CD 37 39
Octal 125 233 316 73 31 0 23 315 67 71
Binary 1010101 10011011 11001110 111011 11001 0 10011 11001101 110111 111001

Color Harmonies of #559BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BCE

Black with #559BCE

Text Example


Text Example

White with #559BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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