Html Css Color HEX #5AACCD Picton Blue

📋 copy color: '#5AACCD'

red 90 ◦ green 172 ◦ blue 205

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

Shades of Picton Blue #5AACCD

Tints of Picton Blue #5AACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 19.27%
G = 36.83%
B = 43.9%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5AACCD (or 0x5AACCD) is known color: Picton Blue. HEX triplet: 5A, AC and CD. RGB value is (90,172,205). Sum of RGB (Red+Green+Blue) = 90+172+205=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACCD is #A55332. Grayscale: #979797. Windows color (decimal): -10834739 or 13479002. OLE color: 13479002.

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

Color convert

RGB 90 172 205 -
CMYK 0.56 0.16 0 0.20
HSL 197.22º 0.53% 0.58% -
HSV(B) 197.22º 0.56% 0.8% -
XYZ 29.99 36.09 63.14 -
YUV 151.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 90 172 205 0.56 0.16 0 0.20 197.22 0.53 0.58
Hex 5A AC CD 38 10 0 14 C5 35 3A
Octal 132 254 315 70 20 0 24 305 65 72
Binary 1011010 10101100 11001101 111000 10000 0 10100 11000101 110101 111010

Color Harmonies of #5AACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACCD

Black with #5AACCD

Text Example


Text Example

White with #5AACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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