Html Css Color HEX #5B94DB Picton Blue

📋 copy color: '#5B94DB'

red 91 ◦ green 148 ◦ blue 219

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

Shades of Picton Blue #5B94DB

Tints of Picton Blue #5B94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

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

R = 19.87%
G = 32.31%
B = 47.82%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B94DB (or 0x5B94DB) is known color: Picton Blue. HEX triplet: 5B, 94 and DB. RGB value is (91,148,219). Sum of RGB (Red+Green+Blue) = 91+148+219=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B94DB is #A46B24. Grayscale: #8A8A8A. Windows color (decimal): -10775333 or 14390363. OLE color: 14390363.

HSL color Cylindrical-coordinate representation of color #5B94DB: hue angle of 213.28º 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 #5B94DB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 148 219 -
CMYK 0.58 0.32 0 0.14
HSL 213.28º 0.64% 0.61% -
HSV(B) 213.28º 0.58% 0.86% -
XYZ 27.69 28.52 71.06 -
YUV 139.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 91 148 219 0.58 0.32 0 0.14 213.28 0.64 0.61
Hex 5B 94 DB 3A 20 0 E D5 40 3D
Octal 133 224 333 72 40 0 16 325 100 75
Binary 1011011 10010100 11011011 111010 100000 0 1110 11010101 1000000 111101

Color Harmonies of #5B94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B94DB

Black with #5B94DB

Text Example


Text Example

White with #5B94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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