Html Css Color HEX #5B9FCF Picton Blue

📋 copy color: '#5B9FCF'

red 91 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #5B9FCF

Tints of Picton Blue #5B9FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 19.91%
G = 34.79%
B = 45.3%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B9FCF (or 0x5B9FCF) is known color: Picton Blue. HEX triplet: 5B, 9F and CF. RGB value is (91,159,207). Sum of RGB (Red+Green+Blue) = 91+159+207=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9FCF is #A46030. Grayscale: #8F8F8F. Windows color (decimal): -10772529 or 13606747. OLE color: 13606747.

HSL color Cylindrical-coordinate representation of color #5B9FCF: hue angle of 204.83º degrees, saturation: 0.55, 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 #5B9FCF is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 159 207 -
CMYK 0.56 0.23 0 0.19
HSL 204.83º 0.55% 0.58% -
HSV(B) 204.83º 0.56% 0.81% -
XYZ 27.98 31.53 63.64 -
YUV 144.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 91 159 207 0.56 0.23 0 0.19 204.83 0.55 0.58
Hex 5B 9F CF 38 17 0 13 CD 37 3A
Octal 133 237 317 70 27 0 23 315 67 72
Binary 1011011 10011111 11001111 111000 10111 0 10011 11001101 110111 111010

Color Harmonies of #5B9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9FCF

Black with #5B9FCF

Text Example


Text Example

White with #5B9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,159,207); }

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

background-color css

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

 a { background-color: rgb(91,159,207); }

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

border-color css

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

 span { border-color: rgb(91,159,207); }

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