Html Css Color HEX #5A9FDA Picton Blue

📋 copy color: '#5A9FDA'

red 90 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #5A9FDA

Tints of Picton Blue #5A9FDA

RGB

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

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

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

R = 19.27%
G = 34.05%
B = 46.68%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A9FDA (or 0x5A9FDA) is known color: Picton Blue. HEX triplet: 5A, 9F and DA. RGB value is (90,159,218). Sum of RGB (Red+Green+Blue) = 90+159+218=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9FDA is #A56025. Grayscale: #909090. Windows color (decimal): -10838054 or 14327642. OLE color: 14327642.

HSL color Cylindrical-coordinate representation of color #5A9FDA: hue angle of 207.66º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9FDA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 159 218 -
CMYK 0.59 0.27 0 0.15
HSL 207.66º 0.63% 0.6% -
HSV(B) 207.66º 0.59% 0.85% -
XYZ 29.27 32.03 70.97 -
YUV 145.1 169.14 88.7 -
System Red Green Blue C M Y K H S L
Decimal 90 159 218 0.59 0.27 0 0.15 207.66 0.63 0.6
Hex 5A 9F DA 3B 1B 0 F D0 3F 3C
Octal 132 237 332 73 33 0 17 320 77 74
Binary 1011010 10011111 11011010 111011 11011 0 1111 11010000 111111 111100

Color Harmonies of #5A9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9FDA

Black with #5A9FDA

Text Example


Text Example

White with #5A9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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