Html Css Color HEX #5BA5CE Picton Blue

📋 copy color: '#5BA5CE'

red 91 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #5BA5CE

Tints of Picton Blue #5BA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 19.7%
G = 35.71%
B = 44.59%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BA5CE (or 0x5BA5CE) is known color: Picton Blue. HEX triplet: 5B, A5 and CE. RGB value is (91,165,206). Sum of RGB (Red+Green+Blue) = 91+165+206=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA5CE is #A45A31. Grayscale: #939393. Windows color (decimal): -10770994 or 13542747. OLE color: 13542747.

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

Color convert

RGB 91 165 206 -
CMYK 0.56 0.20 0 0.19
HSL 201.39º 0.54% 0.58% -
HSV(B) 201.39º 0.56% 0.81% -
XYZ 28.91 33.59 63.35 -
YUV 147.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 91 165 206 0.56 0.20 0 0.19 201.39 0.54 0.58
Hex 5B A5 CE 38 14 0 13 C9 36 3A
Octal 133 245 316 70 24 0 23 311 66 72
Binary 1011011 10100101 11001110 111000 10100 0 10011 11001001 110110 111010

Color Harmonies of #5BA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA5CE

Black with #5BA5CE

Text Example


Text Example

White with #5BA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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