Html Css Color HEX #5BA3CE Picton Blue

📋 copy color: '#5BA3CE'

red 91 ◦ green 163 ◦ blue 206

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

Shades of Picton Blue #5BA3CE

Tints of Picton Blue #5BA3CE

RGB

 RED value IS 91 (35.94% from 255) = 19.78%

 GREEN value IS 163 (64.06% from 255) = 35.43%

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

R = 19.78%
G = 35.43%
B = 44.78%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BA3CE (or 0x5BA3CE) is known color: Picton Blue. HEX triplet: 5B, A3 and CE. RGB value is (91,163,206). Sum of RGB (Red+Green+Blue) = 91+163+206=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA3CE is #A45C31. Grayscale: #929292. Windows color (decimal): -10771506 or 13542235. OLE color: 13542235.

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

Color convert

RGB 91 163 206 -
CMYK 0.56 0.21 0 0.19
HSL 202.43º 0.54% 0.58% -
HSV(B) 202.43º 0.56% 0.81% -
XYZ 28.55 32.87 63.23 -
YUV 146.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 91 163 206 0.56 0.21 0 0.19 202.43 0.54 0.58
Hex 5B A3 CE 38 15 0 13 CA 36 3A
Octal 133 243 316 70 25 0 23 312 66 72
Binary 1011011 10100011 11001110 111000 10101 0 10011 11001010 110110 111010

Color Harmonies of #5BA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA3CE

Black with #5BA3CE

Text Example


Text Example

White with #5BA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,163,206); }

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

background-color css

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

 a { background-color: rgb(91,163,206); }

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

border-color css

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

 span { border-color: rgb(91,163,206); }

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