Html Css Color HEX #5B98CE Picton Blue

📋 copy color: '#5B98CE'

red 91 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5B98CE

Tints of Picton Blue #5B98CE

RGB

 RED value IS 91 (35.94% from 255) = 20.27%

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 20.27%
G = 33.85%
B = 45.88%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B98CE (or 0x5B98CE) is known color: Picton Blue. HEX triplet: 5B, 98 and CE. RGB value is (91,152,206). Sum of RGB (Red+Green+Blue) = 91+152+206=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B98CE is #A46731. Grayscale: #8B8B8B. Windows color (decimal): -10774322 or 13539419. OLE color: 13539419.

HSL color Cylindrical-coordinate representation of color #5B98CE: hue angle of 208.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B98CE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 152 206 -
CMYK 0.56 0.26 0 0.19
HSL 208.17º 0.54% 0.58% -
HSV(B) 208.17º 0.56% 0.81% -
XYZ 26.68 29.14 62.61 -
YUV 139.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 91 152 206 0.56 0.26 0 0.19 208.17 0.54 0.58
Hex 5B 98 CE 38 1A 0 13 D0 36 3A
Octal 133 230 316 70 32 0 23 320 66 72
Binary 1011011 10011000 11001110 111000 11010 0 10011 11010000 110110 111010

Color Harmonies of #5B98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B98CE

Black with #5B98CE

Text Example


Text Example

White with #5B98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,152,206); }

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

background-color css

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

 a { background-color: rgb(91,152,206); }

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

border-color css

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

 span { border-color: rgb(91,152,206); }

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