Html Css Color HEX #5BA6CA Picton Blue

📋 copy color: '#5BA6CA'

red 91 ◦ green 166 ◦ blue 202

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

Shades of Picton Blue #5BA6CA

Tints of Picton Blue #5BA6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 19.83%
G = 36.17%
B = 44.01%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5BA6CA (or 0x5BA6CA) is known color: Picton Blue. HEX triplet: 5B, A6 and CA. RGB value is (91,166,202). Sum of RGB (Red+Green+Blue) = 91+166+202=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BA6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6CA is #A45935. Grayscale: #939393. Windows color (decimal): -10770742 or 13280859. OLE color: 13280859.

HSL color Cylindrical-coordinate representation of color #5BA6CA: hue angle of 199.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BA6CA is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 166 202 -
CMYK 0.55 0.18 0 0.21
HSL 199.46º 0.51% 0.57% -
HSV(B) 199.46º 0.55% 0.79% -
XYZ 28.61 33.76 60.89 -
YUV 147.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 91 166 202 0.55 0.18 0 0.21 199.46 0.51 0.57
Hex 5B A6 CA 37 12 0 15 C7 33 39
Octal 133 246 312 67 22 0 25 307 63 71
Binary 1011011 10100110 11001010 110111 10010 0 10101 11000111 110011 111001

Color Harmonies of #5BA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA6CA

Black with #5BA6CA

Text Example


Text Example

White with #5BA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,166,202); }

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

background-color css

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

 a { background-color: rgb(91,166,202); }

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

border-color css

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

 span { border-color: rgb(91,166,202); }

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