Html Css Color HEX #5AAACB Picton Blue

📋 copy color: '#5AAACB'

red 90 ◦ green 170 ◦ blue 203

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

Shades of Picton Blue #5AAACB

Tints of Picton Blue #5AAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 19.44%
G = 36.72%
B = 43.84%

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

#5AAACB (or 0x5AAACB) is known color: Picton Blue. HEX triplet: 5A, AA and CB. RGB value is (90,170,203). Sum of RGB (Red+Green+Blue) = 90+170+203=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAACB is #A55534. Grayscale: #959595. Windows color (decimal): -10835253 or 13347418. OLE color: 13347418.

HSL color Cylindrical-coordinate representation of color #5AAACB: hue angle of 197.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AAACB is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 170 203 -
CMYK 0.56 0.16 0 0.20
HSL 197.52º 0.52% 0.57% -
HSV(B) 197.52º 0.56% 0.8% -
XYZ 29.37 35.23 61.75 -
YUV 149.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 90 170 203 0.56 0.16 0 0.20 197.52 0.52 0.57
Hex 5A AA CB 38 10 0 14 C6 34 39
Octal 132 252 313 70 20 0 24 306 64 71
Binary 1011010 10101010 11001011 111000 10000 0 10100 11000110 110100 111001

Color Harmonies of #5AAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAACB

Black with #5AAACB

Text Example


Text Example

White with #5AAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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