Html Css Color HEX #5AA2DF Picton Blue

📋 copy color: '#5AA2DF'

red 90 ◦ green 162 ◦ blue 223

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

Shades of Picton Blue #5AA2DF

Tints of Picton Blue #5AA2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.11%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 18.95%
G = 34.11%
B = 46.95%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AA2DF (or 0x5AA2DF) is known color: Picton Blue. HEX triplet: 5A, A2 and DF. RGB value is (90,162,223). Sum of RGB (Red+Green+Blue) = 90+162+223=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AA2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA2DF is #A55D20. Grayscale: #939393. Windows color (decimal): -10837281 or 14656090. OLE color: 14656090.

HSL color Cylindrical-coordinate representation of color #5AA2DF: hue angle of 207.52º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AA2DF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 162 223 -
CMYK 0.60 0.27 0 0.13
HSL 207.52º 0.68% 0.61% -
HSV(B) 207.52º 0.6% 0.87% -
XYZ 30.46 33.34 74.64 -
YUV 147.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 90 162 223 0.60 0.27 0 0.13 207.52 0.68 0.61
Hex 5A A2 DF 3C 1B 0 D D0 44 3D
Octal 132 242 337 74 33 0 15 320 104 75
Binary 1011010 10100010 11011111 111100 11011 0 1101 11010000 1000100 111101

Color Harmonies of #5AA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA2DF

Black with #5AA2DF

Text Example


Text Example

White with #5AA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,223); }

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

background-color css

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

 a { background-color: rgb(90,162,223); }

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

border-color css

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

 span { border-color: rgb(90,162,223); }

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