Html Css Color HEX #5AACCE Picton Blue

📋 copy color: '#5AACCE'

red 90 ◦ green 172 ◦ blue 206

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

Shades of Picton Blue #5AACCE

Tints of Picton Blue #5AACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 19.23%
G = 36.75%
B = 44.02%

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

#5AACCE (or 0x5AACCE) is known color: Picton Blue. HEX triplet: 5A, AC and CE. RGB value is (90,172,206). Sum of RGB (Red+Green+Blue) = 90+172+206=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACCE is #A55331. Grayscale: #979797. Windows color (decimal): -10834738 or 13544538. OLE color: 13544538.

HSL color Cylindrical-coordinate representation of color #5AACCE: hue angle of 197.59º 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 #5AACCE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 172 206 -
CMYK 0.56 0.17 0 0.19
HSL 197.59º 0.54% 0.58% -
HSV(B) 197.59º 0.56% 0.81% -
XYZ 30.11 36.13 63.78 -
YUV 151.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 90 172 206 0.56 0.17 0 0.19 197.59 0.54 0.58
Hex 5A AC CE 38 11 0 13 C6 36 3A
Octal 132 254 316 70 21 0 23 306 66 72
Binary 1011010 10101100 11001110 111000 10001 0 10011 11000110 110110 111010

Color Harmonies of #5AACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACCE

Black with #5AACCE

Text Example


Text Example

White with #5AACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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