Html Css Color HEX #5DA6C6 Picton Blue

📋 copy color: '#5DA6C6'

red 93 ◦ green 166 ◦ blue 198

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

Shades of Picton Blue #5DA6C6

Tints of Picton Blue #5DA6C6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 20.35%
G = 36.32%
B = 43.33%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5DA6C6 (or 0x5DA6C6) is known color: Picton Blue. HEX triplet: 5D, A6 and C6. RGB value is (93,166,198). Sum of RGB (Red+Green+Blue) = 93+166+198=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #5DA6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA6C6 is #A25939. Grayscale: #939393. Windows color (decimal): -10639674 or 13018717. OLE color: 13018717.

HSL color Cylindrical-coordinate representation of color #5DA6C6: hue angle of 198.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DA6C6 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 166 198 -
CMYK 0.53 0.16 0 0.22
HSL 198.29º 0.48% 0.57% -
HSV(B) 198.29º 0.53% 0.78% -
XYZ 28.34 33.68 58.43 -
YUV 147.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 93 166 198 0.53 0.16 0 0.22 198.29 0.48 0.57
Hex 5D A6 C6 35 10 0 16 C6 30 39
Octal 135 246 306 65 20 0 26 306 60 71
Binary 1011101 10100110 11000110 110101 10000 0 10110 11000110 110000 111001

Color Harmonies of #5DA6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA6C6

Black with #5DA6C6

Text Example


Text Example

White with #5DA6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,198); }

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

background-color css

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

 a { background-color: rgb(93,166,198); }

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

border-color css

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

 span { border-color: rgb(93,166,198); }

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