Html Css Color HEX #5A9EDD Picton Blue

📋 copy color: '#5A9EDD'

red 90 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #5A9EDD

Tints of Picton Blue #5A9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.69%

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

R = 19.19%
G = 33.69%
B = 47.12%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A9EDD (or 0x5A9EDD) is known color: Picton Blue. HEX triplet: 5A, 9E and DD. RGB value is (90,158,221). Sum of RGB (Red+Green+Blue) = 90+158+221=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A9EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9EDD is #A56122. Grayscale: #909090. Windows color (decimal): -10838307 or 14523994. OLE color: 14523994.

HSL color Cylindrical-coordinate representation of color #5A9EDD: hue angle of 208.85º 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 #5A9EDD is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 158 221 -
CMYK 0.59 0.29 0 0.13
HSL 208.86º 0.66% 0.61% -
HSV(B) 208.86º 0.59% 0.87% -
XYZ 29.49 31.85 73 -
YUV 144.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 90 158 221 0.59 0.29 0 0.13 208.86 0.66 0.61
Hex 5A 9E DD 3B 1D 0 D D1 42 3D
Octal 132 236 335 73 35 0 15 321 102 75
Binary 1011010 10011110 11011101 111011 11101 0 1101 11010001 1000010 111101

Color Harmonies of #5A9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9EDD

Black with #5A9EDD

Text Example


Text Example

White with #5A9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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