Html Css Color HEX #5DA3E1 Picton Blue

📋 copy color: '#5DA3E1'

red 93 ◦ green 163 ◦ blue 225

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

Shades of Picton Blue #5DA3E1

Tints of Picton Blue #5DA3E1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 19.33%
G = 33.89%
B = 46.78%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DA3E1 (or 0x5DA3E1) is known color: Picton Blue. HEX triplet: 5D, A3 and E1. RGB value is (93,163,225). Sum of RGB (Red+Green+Blue) = 93+163+225=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DA3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA3E1 is #A25C1E. Grayscale: #949494. Windows color (decimal): -10640415 or 14787421. OLE color: 14787421.

HSL color Cylindrical-coordinate representation of color #5DA3E1: hue angle of 208.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DA3E1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 163 225 -
CMYK 0.59 0.28 0 0.12
HSL 208.18º 0.69% 0.62% -
HSV(B) 208.18º 0.59% 0.88% -
XYZ 31.2 33.96 76.14 -
YUV 149.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 93 163 225 0.59 0.28 0 0.12 208.18 0.69 0.62
Hex 5D A3 E1 3B 1C 0 C D0 45 3E
Octal 135 243 341 73 34 0 14 320 105 76
Binary 1011101 10100011 11100001 111011 11100 0 1100 11010000 1000101 111110

Color Harmonies of #5DA3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA3E1

Black with #5DA3E1

Text Example


Text Example

White with #5DA3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,225); }

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

background-color css

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

 a { background-color: rgb(93,163,225); }

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

border-color css

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

 span { border-color: rgb(93,163,225); }

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