Html Css Color HEX #5E95DA Picton Blue

📋 copy color: '#5E95DA'

red 94 ◦ green 149 ◦ blue 218

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

Shades of Picton Blue #5E95DA

Tints of Picton Blue #5E95DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 20.39%
G = 32.32%
B = 47.29%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E95DA (or 0x5E95DA) is known color: Picton Blue. HEX triplet: 5E, 95 and DA. RGB value is (94,149,218). Sum of RGB (Red+Green+Blue) = 94+149+218=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E95DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E95DA is #A16A25. Grayscale: #8C8C8C. Windows color (decimal): -10578470 or 14325086. OLE color: 14325086.

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

Color convert

RGB 94 149 218 -
CMYK 0.57 0.32 0 0.15
HSL 213.39º 0.63% 0.61% -
HSV(B) 213.39º 0.57% 0.85% -
XYZ 28.02 28.94 70.44 -
YUV 140.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 94 149 218 0.57 0.32 0 0.15 213.39 0.63 0.61
Hex 5E 95 DA 39 20 0 F D5 3F 3D
Octal 136 225 332 71 40 0 17 325 77 75
Binary 1011110 10010101 11011010 111001 100000 0 1111 11010101 111111 111101

Color Harmonies of #5E95DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E95DA

Black with #5E95DA

Text Example


Text Example

White with #5E95DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,218); }

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

background-color css

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

 a { background-color: rgb(94,149,218); }

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

border-color css

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

 span { border-color: rgb(94,149,218); }

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