Html Css Color HEX #5BA2CB Picton Blue

📋 copy color: '#5BA2CB'

red 91 ◦ green 162 ◦ blue 203

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

Shades of Picton Blue #5BA2CB

Tints of Picton Blue #5BA2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 19.96%
G = 35.53%
B = 44.52%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BA2CB (or 0x5BA2CB) is known color: Picton Blue. HEX triplet: 5B, A2 and CB. RGB value is (91,162,203). Sum of RGB (Red+Green+Blue) = 91+162+203=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BA2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2CB is #A45D34. Grayscale: #919191. Windows color (decimal): -10771765 or 13345371. OLE color: 13345371.

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

Color convert

RGB 91 162 203 -
CMYK 0.55 0.20 0 0.20
HSL 201.96º 0.52% 0.58% -
HSV(B) 201.96º 0.55% 0.8% -
XYZ 28.01 32.38 61.27 -
YUV 145.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 91 162 203 0.55 0.20 0 0.20 201.96 0.52 0.58
Hex 5B A2 CB 37 14 0 14 CA 34 3A
Octal 133 242 313 67 24 0 24 312 64 72
Binary 1011011 10100010 11001011 110111 10100 0 10100 11001010 110100 111010

Color Harmonies of #5BA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2CB

Black with #5BA2CB

Text Example


Text Example

White with #5BA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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