Html Css Color HEX #5F98CE Picton Blue

📋 copy color: '#5F98CE'

red 95 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5F98CE

Tints of Picton Blue #5F98CE

RGB

 RED value IS 95 (37.5% from 255) = 20.97%

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

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

R = 20.97%
G = 33.55%
B = 45.47%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F98CE (or 0x5F98CE) is known color: Picton Blue. HEX triplet: 5F, 98 and CE. RGB value is (95,152,206). Sum of RGB (Red+Green+Blue) = 95+152+206=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F98CE is #A06731. Grayscale: #8C8C8C. Windows color (decimal): -10512178 or 13539423. OLE color: 13539423.

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

Color convert

RGB 95 152 206 -
CMYK 0.54 0.26 0 0.19
HSL 209.19º 0.53% 0.59% -
HSV(B) 209.19º 0.54% 0.81% -
XYZ 27.09 29.35 62.63 -
YUV 141.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 95 152 206 0.54 0.26 0 0.19 209.19 0.53 0.59
Hex 5F 98 CE 36 1A 0 13 D1 35 3B
Octal 137 230 316 66 32 0 23 321 65 73
Binary 1011111 10011000 11001110 110110 11010 0 10011 11010001 110101 111011

Color Harmonies of #5F98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F98CE

Black with #5F98CE

Text Example


Text Example

White with #5F98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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