Html Css Color HEX #5A9EE2 Picton Blue

📋 copy color: '#5A9EE2'

red 90 ◦ green 158 ◦ blue 226

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

Shades of Picton Blue #5A9EE2

Tints of Picton Blue #5A9EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 18.99%
G = 33.33%
B = 47.68%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5A9EE2 (or 0x5A9EE2) is known color: Picton Blue. HEX triplet: 5A, 9E and E2. RGB value is (90,158,226). Sum of RGB (Red+Green+Blue) = 90+158+226=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #5A9EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9EE2 is #A5611D. Grayscale: #919191. Windows color (decimal): -10838302 or 14851674. OLE color: 14851674.

HSL color Cylindrical-coordinate representation of color #5A9EE2: hue angle of 210º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A9EE2 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 90 158 226 -
CMYK 0.60 0.30 0 0.11
HSL 210º 0.7% 0.62% -
HSV(B) 210º 0.6% 0.89% -
XYZ 30.17 32.12 76.56 -
YUV 145.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 90 158 226 0.60 0.30 0 0.11 210 0.7 0.62
Hex 5A 9E E2 3C 1E 0 B D2 46 3E
Octal 132 236 342 74 36 0 13 322 106 76
Binary 1011010 10011110 11100010 111100 11110 0 1011 11010010 1000110 111110

Color Harmonies of #5A9EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9EE2

Black with #5A9EE2

Text Example


Text Example

White with #5A9EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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