Html Css Color HEX #5E97DB Picton Blue

📋 copy color: '#5E97DB'

red 94 ◦ green 151 ◦ blue 219

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

Shades of Picton Blue #5E97DB

Tints of Picton Blue #5E97DB

RGB

 RED value IS 94 (37.11% from 255) = 20.26%

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 20.26%
G = 32.54%
B = 47.2%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E97DB (or 0x5E97DB) is known color: Picton Blue. HEX triplet: 5E, 97 and DB. RGB value is (94,151,219). Sum of RGB (Red+Green+Blue) = 94+151+219=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E97DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E97DB is #A16824. Grayscale: #8D8D8D. Windows color (decimal): -10577957 or 14391134. OLE color: 14391134.

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

Color convert

RGB 94 151 219 -
CMYK 0.57 0.31 0 0.14
HSL 212.64º 0.63% 0.61% -
HSV(B) 212.64º 0.57% 0.86% -
XYZ 28.47 29.63 71.24 -
YUV 141.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 94 151 219 0.57 0.31 0 0.14 212.64 0.63 0.61
Hex 5E 97 DB 39 1F 0 E D5 3F 3D
Octal 136 227 333 71 37 0 16 325 77 75
Binary 1011110 10010111 11011011 111001 11111 0 1110 11010101 111111 111101

Color Harmonies of #5E97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E97DB

Black with #5E97DB

Text Example


Text Example

White with #5E97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,219); }

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

background-color css

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

 a { background-color: rgb(94,151,219); }

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

border-color css

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

 span { border-color: rgb(94,151,219); }

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