Html Css Color HEX #5E99CD Picton Blue

📋 copy color: '#5E99CD'

red 94 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #5E99CD

Tints of Picton Blue #5E99CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 20.8%
G = 33.85%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E99CD (or 0x5E99CD) is known color: Picton Blue. HEX triplet: 5E, 99 and CD. RGB value is (94,153,205). Sum of RGB (Red+Green+Blue) = 94+153+205=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E99CD is #A16632. Grayscale: #8D8D8D. Windows color (decimal): -10577459 or 13474142. OLE color: 13474142.

HSL color Cylindrical-coordinate representation of color #5E99CD: hue angle of 208.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E99CD is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 153 205 -
CMYK 0.54 0.25 0 0.20
HSL 208.11º 0.53% 0.59% -
HSV(B) 208.11º 0.54% 0.8% -
XYZ 27.03 29.57 62.04 -
YUV 141.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 94 153 205 0.54 0.25 0 0.20 208.11 0.53 0.59
Hex 5E 99 CD 36 19 0 14 D0 35 3B
Octal 136 231 315 66 31 0 24 320 65 73
Binary 1011110 10011001 11001101 110110 11001 0 10100 11010000 110101 111011

Color Harmonies of #5E99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E99CD

Black with #5E99CD

Text Example


Text Example

White with #5E99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,205); }

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

background-color css

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

 a { background-color: rgb(94,153,205); }

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

border-color css

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

 span { border-color: rgb(94,153,205); }

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