Html Css Color HEX #5DA2DB Picton Blue

📋 copy color: '#5DA2DB'

red 93 ◦ green 162 ◦ blue 219

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

Shades of Picton Blue #5DA2DB

Tints of Picton Blue #5DA2DB

RGB

 RED value IS 93 (36.72% from 255) = 19.62%

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 19.62%
G = 34.18%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DA2DB (or 0x5DA2DB) is known color: Picton Blue. HEX triplet: 5D, A2 and DB. RGB value is (93,162,219). Sum of RGB (Red+Green+Blue) = 93+162+219=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA2DB is #A25D24. Grayscale: #939393. Windows color (decimal): -10640677 or 14393949. OLE color: 14393949.

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

Color convert

RGB 93 162 219 -
CMYK 0.58 0.26 0 0.14
HSL 207.14º 0.64% 0.61% -
HSV(B) 207.14º 0.58% 0.86% -
XYZ 30.22 33.28 71.85 -
YUV 147.87 168.14 88.87 -
System Red Green Blue C M Y K H S L
Decimal 93 162 219 0.58 0.26 0 0.14 207.14 0.64 0.61
Hex 5D A2 DB 3A 1A 0 E CF 40 3D
Octal 135 242 333 72 32 0 16 317 100 75
Binary 1011101 10100010 11011011 111010 11010 0 1110 11001111 1000000 111101

Color Harmonies of #5DA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA2DB

Black with #5DA2DB

Text Example


Text Example

White with #5DA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,219); }

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

background-color css

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

 a { background-color: rgb(93,162,219); }

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

border-color css

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

 span { border-color: rgb(93,162,219); }

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