Html Css Color HEX #5AA5CC Picton Blue

📋 copy color: '#5AA5CC'

red 90 ◦ green 165 ◦ blue 204

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

Shades of Picton Blue #5AA5CC

Tints of Picton Blue #5AA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

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

R = 19.61%
G = 35.95%
B = 44.44%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5AA5CC (or 0x5AA5CC) is known color: Picton Blue. HEX triplet: 5A, A5 and CC. RGB value is (90,165,204). Sum of RGB (Red+Green+Blue) = 90+165+204=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA5CC is #A55A33. Grayscale: #929292. Windows color (decimal): -10836532 or 13411674. OLE color: 13411674.

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

Color convert

RGB 90 165 204 -
CMYK 0.56 0.19 0 0.2
HSL 200.53º 0.53% 0.58% -
HSV(B) 200.53º 0.56% 0.8% -
XYZ 28.57 33.44 62.08 -
YUV 147.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 90 165 204 0.56 0.19 0 0.2 200.53 0.53 0.58
Hex 5A A5 CC 38 13 0 14 C9 35 3A
Octal 132 245 314 70 23 0 24 311 65 72
Binary 1011010 10100101 11001100 111000 10011 0 10100 11001001 110101 111010

Color Harmonies of #5AA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA5CC

Black with #5AA5CC

Text Example


Text Example

White with #5AA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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