Html Css Color HEX #5D96CE Picton Blue

📋 copy color: '#5D96CE'

red 93 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5D96CE

Tints of Picton Blue #5D96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 20.71%
G = 33.41%
B = 45.88%

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

#5D96CE (or 0x5D96CE) is known color: Picton Blue. HEX triplet: 5D, 96 and CE. RGB value is (93,150,206). Sum of RGB (Red+Green+Blue) = 93+150+206=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D96CE is #A26931. Grayscale: #8B8B8B. Windows color (decimal): -10643762 or 13538909. OLE color: 13538909.

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

Color convert

RGB 93 150 206 -
CMYK 0.55 0.27 0 0.19
HSL 209.73º 0.54% 0.59% -
HSV(B) 209.73º 0.55% 0.81% -
XYZ 26.56 28.6 62.51 -
YUV 139.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 93 150 206 0.55 0.27 0 0.19 209.73 0.54 0.59
Hex 5D 96 CE 37 1B 0 13 D2 36 3B
Octal 135 226 316 67 33 0 23 322 66 73
Binary 1011101 10010110 11001110 110111 11011 0 10011 11010010 110110 111011

Color Harmonies of #5D96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D96CE

Black with #5D96CE

Text Example


Text Example

White with #5D96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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