Html Css Color HEX #5AAACE Picton Blue

📋 copy color: '#5AAACE'

red 90 ◦ green 170 ◦ blue 206

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

Shades of Picton Blue #5AAACE

Tints of Picton Blue #5AAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 19.31%
G = 36.48%
B = 44.21%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AAACE (or 0x5AAACE) is known color: Picton Blue. HEX triplet: 5A, AA and CE. RGB value is (90,170,206). Sum of RGB (Red+Green+Blue) = 90+170+206=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAACE is #A55531. Grayscale: #959595. Windows color (decimal): -10835250 or 13544026. OLE color: 13544026.

HSL color Cylindrical-coordinate representation of color #5AAACE: hue angle of 198.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AAACE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 170 206 -
CMYK 0.56 0.17 0 0.19
HSL 198.62º 0.54% 0.58% -
HSV(B) 198.62º 0.56% 0.81% -
XYZ 29.73 35.38 63.65 -
YUV 150.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 90 170 206 0.56 0.17 0 0.19 198.62 0.54 0.58
Hex 5A AA CE 38 11 0 13 C7 36 3A
Octal 132 252 316 70 21 0 23 307 66 72
Binary 1011010 10101010 11001110 111000 10001 0 10011 11000111 110110 111010

Color Harmonies of #5AAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAACE

Black with #5AAACE

Text Example


Text Example

White with #5AAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,206); }

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

background-color css

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

 a { background-color: rgb(90,170,206); }

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

border-color css

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

 span { border-color: rgb(90,170,206); }

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