Html Css Color HEX #5B9BDE Picton Blue

📋 copy color: '#5B9BDE'

red 91 ◦ green 155 ◦ blue 222

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

Shades of Picton Blue #5B9BDE

Tints of Picton Blue #5B9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 19.44%
G = 33.12%
B = 47.44%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B9BDE (or 0x5B9BDE) is known color: Picton Blue. HEX triplet: 5B, 9B and DE. RGB value is (91,155,222). Sum of RGB (Red+Green+Blue) = 91+155+222=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9BDE is #A46421. Grayscale: #8F8F8F. Windows color (decimal): -10773538 or 14588763. OLE color: 14588763.

HSL color Cylindrical-coordinate representation of color #5B9BDE: hue angle of 210.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B9BDE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 155 222 -
CMYK 0.59 0.30 0 0.13
HSL 210.69º 0.66% 0.61% -
HSV(B) 210.69º 0.59% 0.87% -
XYZ 29.22 30.94 73.54 -
YUV 143.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 91 155 222 0.59 0.30 0 0.13 210.69 0.66 0.61
Hex 5B 9B DE 3B 1E 0 D D3 42 3D
Octal 133 233 336 73 36 0 15 323 102 75
Binary 1011011 10011011 11011110 111011 11110 0 1101 11010011 1000010 111101

Color Harmonies of #5B9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9BDE

Black with #5B9BDE

Text Example


Text Example

White with #5B9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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