Html Css Color HEX #5DA8DC Picton Blue

📋 copy color: '#5DA8DC'

red 93 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #5DA8DC

Tints of Picton Blue #5DA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

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

R = 19.33%
G = 34.93%
B = 45.74%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DA8DC (or 0x5DA8DC) is known color: Picton Blue. HEX triplet: 5D, A8 and DC. RGB value is (93,168,220). Sum of RGB (Red+Green+Blue) = 93+168+220=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DA8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8DC is #A25723. Grayscale: #979797. Windows color (decimal): -10639140 or 14461021. OLE color: 14461021.

HSL color Cylindrical-coordinate representation of color #5DA8DC: hue angle of 204.57º 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 #5DA8DC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 168 220 -
CMYK 0.58 0.24 0 0.14
HSL 204.57º 0.64% 0.61% -
HSV(B) 204.57º 0.58% 0.86% -
XYZ 31.44 35.5 72.91 -
YUV 151.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 93 168 220 0.58 0.24 0 0.14 204.57 0.64 0.61
Hex 5D A8 DC 3A 18 0 E CD 40 3D
Octal 135 250 334 72 30 0 16 315 100 75
Binary 1011101 10101000 11011100 111010 11000 0 1110 11001101 1000000 111101

Color Harmonies of #5DA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA8DC

Black with #5DA8DC

Text Example


Text Example

White with #5DA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,220); }

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

background-color css

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

 a { background-color: rgb(93,168,220); }

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

border-color css

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

 span { border-color: rgb(93,168,220); }

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