Html Css Color HEX #5D97CE Picton Blue

📋 copy color: '#5D97CE'

red 93 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5D97CE

Tints of Picton Blue #5D97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 20.67%
G = 33.56%
B = 45.78%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D97CE (or 0x5D97CE) is known color: Picton Blue. HEX triplet: 5D, 97 and CE. RGB value is (93,151,206). Sum of RGB (Red+Green+Blue) = 93+151+206=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D97CE is #A26831. Grayscale: #8B8B8B. Windows color (decimal): -10643506 or 13539165. OLE color: 13539165.

HSL color Cylindrical-coordinate representation of color #5D97CE: hue angle of 209.2º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D97CE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 151 206 -
CMYK 0.55 0.27 0 0.19
HSL 209.2º 0.54% 0.59% -
HSV(B) 209.2º 0.55% 0.81% -
XYZ 26.72 28.92 62.57 -
YUV 139.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 93 151 206 0.55 0.27 0 0.19 209.2 0.54 0.59
Hex 5D 97 CE 37 1B 0 13 D1 36 3B
Octal 135 227 316 67 33 0 23 321 66 73
Binary 1011101 10010111 11001110 110111 11011 0 10011 11010001 110110 111011

Color Harmonies of #5D97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D97CE

Black with #5D97CE

Text Example


Text Example

White with #5D97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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