Html Css Color HEX #5A90D7 Picton Blue

📋 copy color: '#5A90D7'

red 90 ◦ green 144 ◦ blue 215

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

Shades of Picton Blue #5A90D7

Tints of Picton Blue #5A90D7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 20.04%
G = 32.07%
B = 47.88%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A90D7 (or 0x5A90D7) is known color: Picton Blue. HEX triplet: 5A, 90 and D7. RGB value is (90,144,215). Sum of RGB (Red+Green+Blue) = 90+144+215=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A90D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90D7 is #A56F28. Grayscale: #878787. Windows color (decimal): -10841897 or 14127194. OLE color: 14127194.

HSL color Cylindrical-coordinate representation of color #5A90D7: hue angle of 214.08º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A90D7 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 144 215 -
CMYK 0.58 0.33 0 0.16
HSL 214.08º 0.61% 0.6% -
HSV(B) 214.08º 0.58% 0.84% -
XYZ 26.46 27.03 68.11 -
YUV 135.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 90 144 215 0.58 0.33 0 0.16 214.08 0.61 0.6
Hex 5A 90 D7 3A 21 0 10 D6 3D 3C
Octal 132 220 327 72 41 0 20 326 75 74
Binary 1011010 10010000 11010111 111010 100001 0 10000 11010110 111101 111100

Color Harmonies of #5A90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A90D7

Black with #5A90D7

Text Example


Text Example

White with #5A90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,144,215); }

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

background-color css

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

 a { background-color: rgb(90,144,215); }

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

border-color css

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

 span { border-color: rgb(90,144,215); }

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