Html Css Color HEX #5D97D6 Picton Blue

📋 copy color: '#5D97D6'

red 93 ◦ green 151 ◦ blue 214

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

Shades of Picton Blue #5D97D6

Tints of Picton Blue #5D97D6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.97%

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 20.31%
G = 32.97%
B = 46.72%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D97D6 (or 0x5D97D6) is known color: Picton Blue. HEX triplet: 5D, 97 and D6. RGB value is (93,151,214). Sum of RGB (Red+Green+Blue) = 93+151+214=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D97D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D97D6 is #A26829. Grayscale: #8C8C8C. Windows color (decimal): -10643498 or 14063453. OLE color: 14063453.

HSL color Cylindrical-coordinate representation of color #5D97D6: hue angle of 211.24º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D97D6 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 151 214 -
CMYK 0.57 0.29 0 0.16
HSL 211.24º 0.6% 0.6% -
HSV(B) 211.24º 0.57% 0.84% -
XYZ 27.72 29.32 67.82 -
YUV 140.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 93 151 214 0.57 0.29 0 0.16 211.24 0.6 0.6
Hex 5D 97 D6 39 1D 0 10 D3 3C 3C
Octal 135 227 326 71 35 0 20 323 74 74
Binary 1011101 10010111 11010110 111001 11101 0 10000 11010011 111100 111100

Color Harmonies of #5D97D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D97D6

Black with #5D97D6

Text Example


Text Example

White with #5D97D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,151,214); }

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

background-color css

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

 a { background-color: rgb(93,151,214); }

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

border-color css

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

 span { border-color: rgb(93,151,214); }

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