Html Css Color HEX #5AADD1 Picton Blue

📋 copy color: '#5AADD1'

red 90 ◦ green 173 ◦ blue 209

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

Shades of Picton Blue #5AADD1

Tints of Picton Blue #5AADD1

RGB

 RED value IS 90 (35.55% from 255) = 19.07%

 GREEN value IS 173 (67.97% from 255) = 36.65%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 19.07%
G = 36.65%
B = 44.28%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5AADD1 (or 0x5AADD1) is known color: Picton Blue. HEX triplet: 5A, AD and D1. RGB value is (90,173,209). Sum of RGB (Red+Green+Blue) = 90+173+209=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #5AADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADD1 is #A5522E. Grayscale: #989898. Windows color (decimal): -10834479 or 13741402. OLE color: 13741402.

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

Color convert

RGB 90 173 209 -
CMYK 0.57 0.17 0 0.18
HSL 198.15º 0.56% 0.59% -
HSV(B) 198.15º 0.57% 0.82% -
XYZ 30.67 36.66 65.78 -
YUV 152.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 90 173 209 0.57 0.17 0 0.18 198.15 0.56 0.59
Hex 5A AD D1 39 11 0 12 C6 38 3B
Octal 132 255 321 71 21 0 22 306 70 73
Binary 1011010 10101101 11010001 111001 10001 0 10010 11000110 111000 111011

Color Harmonies of #5AADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADD1

Black with #5AADD1

Text Example


Text Example

White with #5AADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AADD1; }

 p { color: rgb(90,173,209); }

 H1.HeaderClassName
 {
   color: #5AADD1;
 }
 .AnyTagClassName
 {
   color: #5AADD1;
 }
</style>

background-color css

<style>
 a { background-color: #5AADD1; }

 a { background-color: rgb(90,173,209); }

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

border-color css

<style>
 span { border-color: #5AADD1; }

 span { border-color: rgb(90,173,209); }

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