Html Css Color HEX #559BCF Picton Blue

📋 copy color: '#559BCF'

red 85 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #559BCF

Tints of Picton Blue #559BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 19.02%
G = 34.68%
B = 46.31%

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

#559BCF (or 0x559BCF) is known color: Picton Blue. HEX triplet: 55, 9B and CF. RGB value is (85,155,207). Sum of RGB (Red+Green+Blue) = 85+155+207=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #559BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BCF is #AA6430. Grayscale: #8B8B8B. Windows color (decimal): -11166769 or 13605717. OLE color: 13605717.

HSL color Cylindrical-coordinate representation of color #559BCF: hue angle of 205.57º degrees, saturation: 0.56, 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 #559BCF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 155 207 -
CMYK 0.59 0.25 0 0.19
HSL 205.57º 0.56% 0.57% -
HSV(B) 205.57º 0.59% 0.81% -
XYZ 26.73 29.88 63.39 -
YUV 140 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 85 155 207 0.59 0.25 0 0.19 205.57 0.56 0.57
Hex 55 9B CF 3B 19 0 13 CE 38 39
Octal 125 233 317 73 31 0 23 316 70 71
Binary 1010101 10011011 11001111 111011 11001 0 10011 11001110 111000 111001

Color Harmonies of #559BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BCF

Black with #559BCF

Text Example


Text Example

White with #559BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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