Html Css Color HEX #5D9FCD Picton Blue

📋 copy color: '#5D9FCD'

red 93 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #5D9FCD

Tints of Picton Blue #5D9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

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

R = 20.35%
G = 34.79%
B = 44.86%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D9FCD (or 0x5D9FCD) is known color: Picton Blue. HEX triplet: 5D, 9F and CD. RGB value is (93,159,205). Sum of RGB (Red+Green+Blue) = 93+159+205=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9FCD is #A26032. Grayscale: #909090. Windows color (decimal): -10641459 or 13475677. OLE color: 13475677.

HSL color Cylindrical-coordinate representation of color #5D9FCD: hue angle of 204.64º 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 #5D9FCD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 159 205 -
CMYK 0.55 0.22 0 0.20
HSL 204.64º 0.53% 0.58% -
HSV(B) 204.64º 0.55% 0.8% -
XYZ 27.93 31.53 62.37 -
YUV 144.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 93 159 205 0.55 0.22 0 0.20 204.64 0.53 0.58
Hex 5D 9F CD 37 16 0 14 CD 35 3A
Octal 135 237 315 67 26 0 24 315 65 72
Binary 1011101 10011111 11001101 110111 10110 0 10100 11001101 110101 111010

Color Harmonies of #5D9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9FCD

Black with #5D9FCD

Text Example


Text Example

White with #5D9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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