Html Css Color HEX #5A9ECC Picton Blue

📋 copy color: '#5A9ECC'

red 90 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #5A9ECC

Tints of Picton Blue #5A9ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 19.91%
G = 34.96%
B = 45.13%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A9ECC (or 0x5A9ECC) is known color: Picton Blue. HEX triplet: 5A, 9E and CC. RGB value is (90,158,204). Sum of RGB (Red+Green+Blue) = 90+158+204=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ECC is #A56133. Grayscale: #8E8E8E. Windows color (decimal): -10838324 or 13409882. OLE color: 13409882.

HSL color Cylindrical-coordinate representation of color #5A9ECC: hue angle of 204.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A9ECC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 158 204 -
CMYK 0.56 0.23 0 0.2
HSL 204.21º 0.53% 0.58% -
HSV(B) 204.21º 0.56% 0.8% -
XYZ 27.34 30.99 61.67 -
YUV 142.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 90 158 204 0.56 0.23 0 0.2 204.21 0.53 0.58
Hex 5A 9E CC 38 17 0 14 CC 35 3A
Octal 132 236 314 70 27 0 24 314 65 72
Binary 1011010 10011110 11001100 111000 10111 0 10100 11001100 110101 111010

Color Harmonies of #5A9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9ECC

Black with #5A9ECC

Text Example


Text Example

White with #5A9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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