Html Css Color HEX #5B9BDB Picton Blue

📋 copy color: '#5B9BDB'

red 91 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #5B9BDB

Tints of Picton Blue #5B9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 19.57%
G = 33.33%
B = 47.1%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B9BDB (or 0x5B9BDB) is known color: Picton Blue. HEX triplet: 5B, 9B and DB. RGB value is (91,155,219). Sum of RGB (Red+Green+Blue) = 91+155+219=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BDB is #A46424. Grayscale: #8E8E8E. Windows color (decimal): -10773541 or 14392155. OLE color: 14392155.

HSL color Cylindrical-coordinate representation of color #5B9BDB: hue angle of 210º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B9BDB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 155 219 -
CMYK 0.58 0.29 0 0.14
HSL 210º 0.64% 0.61% -
HSV(B) 210º 0.58% 0.86% -
XYZ 28.82 30.78 71.44 -
YUV 143.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 91 155 219 0.58 0.29 0 0.14 210 0.64 0.61
Hex 5B 9B DB 3A 1D 0 E D2 40 3D
Octal 133 233 333 72 35 0 16 322 100 75
Binary 1011011 10011011 11011011 111010 11101 0 1110 11010010 1000000 111101

Color Harmonies of #5B9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9BDB

Black with #5B9BDB

Text Example


Text Example

White with #5B9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,155,219); }

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

background-color css

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

 a { background-color: rgb(91,155,219); }

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

border-color css

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

 span { border-color: rgb(91,155,219); }

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