Html Css Color HEX #559CDA Picton Blue

📋 copy color: '#559CDA'

red 85 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #559CDA

Tints of Picton Blue #559CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 18.52%
G = 33.99%
B = 47.49%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#559CDA (or 0x559CDA) is known color: Picton Blue. HEX triplet: 55, 9C and DA. RGB value is (85,156,218). Sum of RGB (Red+Green+Blue) = 85+156+218=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #559CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDA is #AA6325. Grayscale: #8D8D8D. Windows color (decimal): -11166502 or 14326869. OLE color: 14326869.

HSL color Cylindrical-coordinate representation of color #559CDA: hue angle of 207.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #559CDA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 156 218 -
CMYK 0.61 0.28 0 0.15
HSL 207.97º 0.64% 0.59% -
HSV(B) 207.97º 0.61% 0.85% -
XYZ 28.29 30.77 70.78 -
YUV 141.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 85 156 218 0.61 0.28 0 0.15 207.97 0.64 0.59
Hex 55 9C DA 3D 1C 0 F D0 40 3B
Octal 125 234 332 75 34 0 17 320 100 73
Binary 1010101 10011100 11011010 111101 11100 0 1111 11010000 1000000 111011

Color Harmonies of #559CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CDA

Black with #559CDA

Text Example


Text Example

White with #559CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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