Html Css Color HEX #5A9FDD Picton Blue

📋 copy color: '#5A9FDD'

red 90 ◦ green 159 ◦ blue 221

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

Shades of Picton Blue #5A9FDD

Tints of Picton Blue #5A9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.83%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 19.15%
G = 33.83%
B = 47.02%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A9FDD (or 0x5A9FDD) is known color: Picton Blue. HEX triplet: 5A, 9F and DD. RGB value is (90,159,221). Sum of RGB (Red+Green+Blue) = 90+159+221=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9FDD is #A56022. Grayscale: #919191. Windows color (decimal): -10838051 or 14524250. OLE color: 14524250.

HSL color Cylindrical-coordinate representation of color #5A9FDD: hue angle of 208.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9FDD is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 159 221 -
CMYK 0.59 0.28 0 0.13
HSL 208.4º 0.66% 0.61% -
HSV(B) 208.4º 0.59% 0.87% -
XYZ 29.67 32.19 73.06 -
YUV 145.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 90 159 221 0.59 0.28 0 0.13 208.4 0.66 0.61
Hex 5A 9F DD 3B 1C 0 D D0 42 3D
Octal 132 237 335 73 34 0 15 320 102 75
Binary 1011010 10011111 11011101 111011 11100 0 1101 11010000 1000010 111101

Color Harmonies of #5A9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9FDD

Black with #5A9FDD

Text Example


Text Example

White with #5A9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,159,221); }

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

background-color css

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

 a { background-color: rgb(90,159,221); }

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

border-color css

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

 span { border-color: rgb(90,159,221); }

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