#5F98CD

Color #5F98CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5F98CD

Tints of Picton Blue #5F98CD

Color information

#5F98CD (or 0x5F98CD) is unknown color: approx Picton Blue. HEX triplet: 5F, 98 and CD. RGB value is (95,152,205). Sum of RGB (Red+Green+Blue) = 95+152+205=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 152 (59.77% from 255 or 33.63% 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 #5F98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F98CD is #A06732. Grayscale: #8C8C8C. Windows color (decimal): -10512179 or 13473887. OLE color: 13473887.

HSL color Cylindrical-coordinate representation of color #5F98CD: hue angle of 208.91º degrees, saturation: 0.52, 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 #5F98CD is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95152205-
CMYK0.540.2600.20
HSL208.91º52.38%58.82%-
HSV(B)208.91º53.66%80.39%-
XYZ26.9729.361.99-
YUV141164.1295.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.02%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=21.02%
G=33.63%
B=45.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951522050.540.2600.20208.9152.3858.82
Hex5F98CD361A014d1343b
Octal13723031566320243216473
Binary101111110011000110011011101101101001010011010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F98CD;
 }
 .AnyTagClassName
 {
   color: #5F98CD;
 }
</style>
background-color css

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

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

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

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

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

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