Html Css Color HEX #5AA0DC Picton Blue

📋 copy color: '#5AA0DC'

red 90 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #5AA0DC

Tints of Picton Blue #5AA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 19.15%
G = 34.04%
B = 46.81%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AA0DC (or 0x5AA0DC) is known color: Picton Blue. HEX triplet: 5A, A0 and DC. RGB value is (90,160,220). Sum of RGB (Red+Green+Blue) = 90+160+220=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA0DC is #A55F23. Grayscale: #919191. Windows color (decimal): -10837796 or 14458970. OLE color: 14458970.

HSL color Cylindrical-coordinate representation of color #5AA0DC: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AA0DC is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 160 220 -
CMYK 0.59 0.27 0 0.14
HSL 207.69º 0.65% 0.61% -
HSV(B) 207.69º 0.59% 0.86% -
XYZ 29.71 32.48 72.41 -
YUV 145.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 90 160 220 0.59 0.27 0 0.14 207.69 0.65 0.61
Hex 5A A0 DC 3B 1B 0 E D0 41 3D
Octal 132 240 334 73 33 0 16 320 101 75
Binary 1011010 10100000 11011100 111011 11011 0 1110 11010000 1000001 111101

Color Harmonies of #5AA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA0DC

Black with #5AA0DC

Text Example


Text Example

White with #5AA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,160,220); }

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

background-color css

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

 a { background-color: rgb(90,160,220); }

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

border-color css

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

 span { border-color: rgb(90,160,220); }

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