Html Css Color HEX #5D9ACD Picton Blue

📋 copy color: '#5D9ACD'

red 93 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #5D9ACD

Tints of Picton Blue #5D9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.07%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 20.58%
G = 34.07%
B = 45.35%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D9ACD (or 0x5D9ACD) is known color: Picton Blue. HEX triplet: 5D, 9A and CD. RGB value is (93,154,205). Sum of RGB (Red+Green+Blue) = 93+154+205=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ACD is #A26532. Grayscale: #8D8D8D. Windows color (decimal): -10642739 or 13474397. OLE color: 13474397.

HSL color Cylindrical-coordinate representation of color #5D9ACD: hue angle of 207.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D9ACD is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 154 205 -
CMYK 0.55 0.25 0 0.20
HSL 207.32º 0.53% 0.58% -
HSV(B) 207.32º 0.55% 0.8% -
XYZ 27.09 29.85 62.09 -
YUV 141.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 93 154 205 0.55 0.25 0 0.20 207.32 0.53 0.58
Hex 5D 9A CD 37 19 0 14 CF 35 3A
Octal 135 232 315 67 31 0 24 317 65 72
Binary 1011101 10011010 11001101 110111 11001 0 10100 11001111 110101 111010

Color Harmonies of #5D9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9ACD

Black with #5D9ACD

Text Example


Text Example

White with #5D9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,154,205); }

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

background-color css

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

 a { background-color: rgb(93,154,205); }

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

border-color css

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

 span { border-color: rgb(93,154,205); }

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