Html Css Color HEX #5BA2CD Picton Blue

📋 copy color: '#5BA2CD'

red 91 ◦ green 162 ◦ blue 205

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

Shades of Picton Blue #5BA2CD

Tints of Picton Blue #5BA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.37%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 19.87%
G = 35.37%
B = 44.76%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BA2CD (or 0x5BA2CD) is known color: Picton Blue. HEX triplet: 5B, A2 and CD. RGB value is (91,162,205). Sum of RGB (Red+Green+Blue) = 91+162+205=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #5BA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2CD is #A45D32. Grayscale: #919191. Windows color (decimal): -10771763 or 13476443. OLE color: 13476443.

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

Color convert

RGB 91 162 205 -
CMYK 0.56 0.21 0 0.20
HSL 202.63º 0.53% 0.58% -
HSV(B) 202.63º 0.56% 0.8% -
XYZ 28.25 32.47 62.54 -
YUV 145.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 91 162 205 0.56 0.21 0 0.20 202.63 0.53 0.58
Hex 5B A2 CD 38 15 0 14 CB 35 3A
Octal 133 242 315 70 25 0 24 313 65 72
Binary 1011011 10100010 11001101 111000 10101 0 10100 11001011 110101 111010

Color Harmonies of #5BA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2CD

Black with #5BA2CD

Text Example


Text Example

White with #5BA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,205); }

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

background-color css

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

 a { background-color: rgb(91,162,205); }

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

border-color css

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

 span { border-color: rgb(91,162,205); }

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