Html Css Color HEX #5BA7CE Picton Blue

📋 copy color: '#5BA7CE'

red 91 ◦ green 167 ◦ blue 206

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

Shades of Picton Blue #5BA7CE

Tints of Picton Blue #5BA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

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

R = 19.61%
G = 35.99%
B = 44.4%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BA7CE (or 0x5BA7CE) is known color: Picton Blue. HEX triplet: 5B, A7 and CE. RGB value is (91,167,206). Sum of RGB (Red+Green+Blue) = 91+167+206=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA7CE is #A45831. Grayscale: #949494. Windows color (decimal): -10770482 or 13543259. OLE color: 13543259.

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

Color convert

RGB 91 167 206 -
CMYK 0.56 0.19 0 0.19
HSL 200.35º 0.54% 0.58% -
HSV(B) 200.35º 0.56% 0.81% -
XYZ 29.27 34.32 63.47 -
YUV 148.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 91 167 206 0.56 0.19 0 0.19 200.35 0.54 0.58
Hex 5B A7 CE 38 13 0 13 C8 36 3A
Octal 133 247 316 70 23 0 23 310 66 72
Binary 1011011 10100111 11001110 111000 10011 0 10011 11001000 110110 111010

Color Harmonies of #5BA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA7CE

Black with #5BA7CE

Text Example


Text Example

White with #5BA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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