Html Css Color HEX #5E98DC Picton Blue

📋 copy color: '#5E98DC'

red 94 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #5E98DC

Tints of Picton Blue #5E98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 20.17%
G = 32.62%
B = 47.21%

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

#5E98DC (or 0x5E98DC) is known color: Picton Blue. HEX triplet: 5E, 98 and DC. RGB value is (94,152,220). Sum of RGB (Red+Green+Blue) = 94+152+220=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E98DC is #A16723. Grayscale: #8E8E8E. Windows color (decimal): -10577700 or 14456926. OLE color: 14456926.

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

Color convert

RGB 94 152 220 -
CMYK 0.57 0.31 0 0.14
HSL 212.38º 0.64% 0.62% -
HSV(B) 212.38º 0.57% 0.86% -
XYZ 28.76 30 71.99 -
YUV 142.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 94 152 220 0.57 0.31 0 0.14 212.38 0.64 0.62
Hex 5E 98 DC 39 1F 0 E D4 40 3E
Octal 136 230 334 71 37 0 16 324 100 76
Binary 1011110 10011000 11011100 111001 11111 0 1110 11010100 1000000 111110

Color Harmonies of #5E98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E98DC

Black with #5E98DC

Text Example


Text Example

White with #5E98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,220); }

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

background-color css

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

 a { background-color: rgb(94,152,220); }

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

border-color css

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

 span { border-color: rgb(94,152,220); }

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