Html Css Color HEX #559DD0 Picton Blue

📋 copy color: '#559DD0'

red 85 ◦ green 157 ◦ blue 208

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

Shades of Picton Blue #559DD0

Tints of Picton Blue #559DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 18.89%
G = 34.89%
B = 46.22%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#559DD0 (or 0x559DD0) is known color: Picton Blue. HEX triplet: 55, 9D and D0. RGB value is (85,157,208). Sum of RGB (Red+Green+Blue) = 85+157+208=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #559DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DD0 is #AA622F. Grayscale: #8D8D8D. Windows color (decimal): -11166256 or 13671765. OLE color: 13671765.

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

Color convert

RGB 85 157 208 -
CMYK 0.59 0.25 0 0.18
HSL 204.88º 0.57% 0.57% -
HSV(B) 204.88º 0.59% 0.82% -
XYZ 27.19 30.6 64.15 -
YUV 141.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 85 157 208 0.59 0.25 0 0.18 204.88 0.57 0.57
Hex 55 9D D0 3B 19 0 12 CD 39 39
Octal 125 235 320 73 31 0 22 315 71 71
Binary 1010101 10011101 11010000 111011 11001 0 10010 11001101 111001 111001

Color Harmonies of #559DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DD0

Black with #559DD0

Text Example


Text Example

White with #559DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,208); }

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

background-color css

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

 a { background-color: rgb(85,157,208); }

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

border-color css

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

 span { border-color: rgb(85,157,208); }

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