Html Css Color HEX #5E98CB Picton Blue

📋 copy color: '#5E98CB'

red 94 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #5E98CB

Tints of Picton Blue #5E98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 20.94%
G = 33.85%
B = 45.21%

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

#5E98CB (or 0x5E98CB) is known color: Picton Blue. HEX triplet: 5E, 98 and CB. RGB value is (94,152,203). Sum of RGB (Red+Green+Blue) = 94+152+203=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E98CB is #A16734. Grayscale: #8C8C8C. Windows color (decimal): -10577717 or 13342814. OLE color: 13342814.

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

Color convert

RGB 94 152 203 -
CMYK 0.54 0.25 0 0.20
HSL 208.07º 0.51% 0.58% -
HSV(B) 208.07º 0.54% 0.8% -
XYZ 26.62 29.15 60.72 -
YUV 140.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 94 152 203 0.54 0.25 0 0.20 208.07 0.51 0.58
Hex 5E 98 CB 36 19 0 14 D0 33 3A
Octal 136 230 313 66 31 0 24 320 63 72
Binary 1011110 10011000 11001011 110110 11001 0 10100 11010000 110011 111010

Color Harmonies of #5E98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E98CB

Black with #5E98CB

Text Example


Text Example

White with #5E98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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