Html Css Color HEX #5E9BCA Picton Blue

📋 copy color: '#5E9BCA'

red 94 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #5E9BCA

Tints of Picton Blue #5E9BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 20.84%
G = 34.37%
B = 44.79%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E9BCA (or 0x5E9BCA) is known color: Picton Blue. HEX triplet: 5E, 9B and CA. RGB value is (94,155,202). Sum of RGB (Red+Green+Blue) = 94+155+202=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9BCA is #A16435. Grayscale: #8D8D8D. Windows color (decimal): -10576950 or 13278046. OLE color: 13278046.

HSL color Cylindrical-coordinate representation of color #5E9BCA: hue angle of 206.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E9BCA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 155 202 -
CMYK 0.53 0.23 0 0.21
HSL 206.11º 0.5% 0.58% -
HSV(B) 206.11º 0.53% 0.79% -
XYZ 27 30.09 60.26 -
YUV 142.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 94 155 202 0.53 0.23 0 0.21 206.11 0.5 0.58
Hex 5E 9B CA 35 17 0 15 CE 32 3A
Octal 136 233 312 65 27 0 25 316 62 72
Binary 1011110 10011011 11001010 110101 10111 0 10101 11001110 110010 111010

Color Harmonies of #5E9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9BCA

Black with #5E9BCA

Text Example


Text Example

White with #5E9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,202); }

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

background-color css

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

 a { background-color: rgb(94,155,202); }

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

border-color css

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

 span { border-color: rgb(94,155,202); }

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